File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
web/src/view/systemTools/autoPkg Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 44 <div class =" gva-btn-list" >
55 <el-button size =" small" type =" primary" icon =" plus" @click =" openDialog('addApi')" >新增</el-button >
66 </div >
7- <el-table :data =" tableData" @sort-change = " sortChange " @selection-change = " handleSelectionChange " >
7+ <el-table :data =" tableData" >
88 <el-table-column align =" left" label =" id" width =" 60" prop =" ID" />
99 <el-table-column align =" left" label =" 包名" width =" 150" prop =" packageName" />
1010 <el-table-column align =" left" label =" 展示名" width =" 150" prop =" label" />
@@ -60,6 +60,7 @@ import {
6060 deletePackageApi ,
6161} from ' @/api/autoCode'
6262import { ref } from ' vue'
63+ import WarningBar from ' @/components/warningBar/warningBar.vue'
6364import { ElMessage , ElMessageBox } from ' element-plus'
6465
6566const form = ref ({
You can’t perform that action at this time.
0 commit comments