转岗管理-人员设备台账-新增排序/权限

dev-scheduling
ysn 4 weeks ago
parent e7e0397249
commit 258d6073d9
  1. 8
      src/views/workLicense/personnelEquipment.vue

@ -173,7 +173,7 @@ export default {
labelWidth: 140, labelWidth: 140,
overflow: true, overflow: true,
search: true, search: true,
sortable: 'custom', // sortable: 'custom',
fixed: 'left', fixed: 'left',
}, },
{ {
@ -234,7 +234,7 @@ export default {
width: 150, width: 150,
overflow: true, overflow: true,
search: false, search: false,
sortable: 'custom', // sortable: 'custom',
}, },
{ {
label: '最高学历', label: '最高学历',
@ -312,7 +312,7 @@ export default {
labelWidth: 140, labelWidth: 140,
overflow: true, overflow: true,
search: false, search: false,
sortable: 'custom', // sortable: 'custom',
}, },
{ {
label: '状态', label: '状态',
@ -323,7 +323,7 @@ export default {
labelWidth: 140, labelWidth: 140,
overflow: true, overflow: true,
search: false, search: false,
sortable: 'custom', // sortable: 'custom',
}, },
], ],
}, },

Loading…
Cancel
Save