在el-table-column中添加一個,重新把數據顯示到div中,不然頁面會沒有數據顯示 <template slot-scope="scope"> <div @click="detailData(scope.row)">{{ scope.row.acount }}</div> </template>
在el-table-column中添加一個,重新把數據顯示到div中,不然頁面會沒有數據顯示 <template slot-scope="scope"> <div @click="detailData(scope.row)">{{ scope.row.acount }}</div> </template>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。