注释掉角色编辑按钮

This commit is contained in:
dong 2023-07-31 14:17:10 +08:00
parent 68327454f2
commit 3aadf898e2

View File

@ -116,7 +116,7 @@ const columnDefs: QTableColumn[] = [
field: 'mobile',
align: 'center',
},
{ name: 'operations', label: '操作', field: 'operations', align: 'center' },
// { name: 'operations', label: '', field: 'operations', align: 'center' },
];
const operateDisabled = ref(false);