Your Name
2022-06-28 ef07181468157db03f3f02655c103e60c92abeee
src/views/system/menu/index.vue
@@ -56,7 +56,7 @@
               <template #default="scope">
                  <el-button size="small" text type="primary" @click="onOpenMenuDialog('新增')">新增</el-button>
                  <el-button size="small" text type="primary" @click="onOpenMenuDialog('修改',scope.row)">修改</el-button>
                  <el-button size="small" text type="primary" @click="onTabelRowDel(scope.row)">删除</el-button>
                  <!--                  <el-button size="small" text type="primary" @click="onTabelRowDel(scope.row)">删除</el-button>-->
               </template>
            </el-table-column>
         </el-table>
@@ -89,7 +89,7 @@
            menuTableData:[],
            projectList:[
               {id:'1',name:'基础数据权限管理系统',key:0},
               {id:'2',name:'系统1',key:1},
               {id:'2',name:'双重预防系统',key:1},
               {id:'3',name:'系统2',key:2},
               {id:'4',name:'系统3',key:3},
               {id:'5',name:'系统4',key:4},