lrf402788946 4 年之前
父節點
當前提交
55b7674257
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/classes/name-list.vue

+ 6 - 6
src/views/classes/name-list.vue

@@ -65,12 +65,12 @@ export default {
           icon: 'el-icon-delete',
           method: 'delete',
           confirm: true,
-          display: i => {
-            // return !_this.groupList.find(stu => {
-            //   return stu.stuid == i.id;
-            // });
-            return !_this.groupList.find(stu => stu.stuid == i.id);
-          },
+          // display: i => {
+          //   // return !_this.groupList.find(stu => {
+          //   //   return stu.stuid == i.id;
+          //   // });
+          //   return !_this.groupList.find(stu => stu.stuid == i.id);
+          // },
         },
         // {
         //   label: '管理任职',