| | |
| | | @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @row-del="rowDel" |
| | | @row-save="save" |
| | | @row-update="rowUpdate"> |
| | | |
| | | <template #menu-left> |
| | | <el-button type="primary" plain @click="importAction">导入 |
| | | </el-button> |
| | | <el-button type="primary" plain @click="downTemplateAction">下载导入模板 |
| | | </el-button> |
| | | </template> |
| | | <!-- <template #menu="scope"> |
| | |
| | | // Logic for importing data |
| | | this.$message.success('导入功能尚未实现'); |
| | | }, |
| | | downTemplateAction() { |
| | | // Logic for importing data |
| | | this.$message.success('模板功能尚未实现'); |
| | | }, |
| | | rowDel(row) { |
| | | this.$confirm('确定将选择数据删除?', { |
| | | confirmButtonText: '确定', |