diff --git a/src/views/workLicense/personnelEquipment.vue b/src/views/workLicense/personnelEquipment.vue index f9f8f84d..f9d068ec 100644 --- a/src/views/workLicense/personnelEquipment.vue +++ b/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', }, ], },