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

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

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

Loading…
Cancel
Save