|
@@ -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: '管理任职',
|