删除</el-button> </template> </el-table-column> </el-table-column> </el-table> <el-table :data="tableData" stripe style="width: 100%" border ref="table1" tooltip-effect="dark" :height="tableHeight" @selection-change="handleSelect"...
<el-button @click="handleAdd(scope.row)" type="text" size="small">新增</el-button> <el-button @click="handleDel(scope.$index)" type="text" size="small">删除</el-button> </template> </el-table-column> </el-table-column> </el-table> <el-table :data="tableData" stripe style=...
Element-ui组件库upload导出Excel表格 2019-12-20 15:02 −Element-ui组件库upload导出Excel表格 // 上传excel upload() { this.$refs.upload.submit(); //调用upload中自定义的方法 }, // 导入excel学生列表 uploadFile(item) { ... ssh__F