From 258d6073d94eea90954c52081c53a8032a20b7ee Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Wed, 6 May 2026 14:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=B2=97=E7=AE=A1=E7=90=86-=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E8=AE=BE=E5=A4=87=E5=8F=B0=E8=B4=A6-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=8E=92=E5=BA=8F/=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workLicense/personnelEquipment.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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', }, ], },