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 4
4
<div class =" gva-btn-list" >
5
5
<el-button size =" small" type =" primary" icon =" plus" @click =" openDialog('addApi')" >新增</el-button >
6
6
</div >
7
- <el-table :data =" tableData" @sort-change = " sortChange " @selection-change = " handleSelectionChange " >
7
+ <el-table :data =" tableData" >
8
8
<el-table-column align =" left" label =" id" width =" 60" prop =" ID" />
9
9
<el-table-column align =" left" label =" 包名" width =" 150" prop =" packageName" />
10
10
<el-table-column align =" left" label =" 展示名" width =" 150" prop =" label" />
@@ -60,6 +60,7 @@ import {
60
60
deletePackageApi ,
61
61
} from ' @/api/autoCode'
62
62
import { ref } from ' vue'
63
+ import WarningBar from ' @/components/warningBar/warningBar.vue'
63
64
import { ElMessage , ElMessageBox } from ' element-plus'
64
65
65
66
const form = ref ({
You can’t perform that action at this time.
0 commit comments