From bd5125ec2133c8d1c3e1f6f027b4fa8eb17c47ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Wed, 21 May 2025 17:25:56 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-986]=20=E7=94=9F=E6=88=90=E4=BF=9D?= =?UTF-8?q?=E5=85=BB=E5=B7=A5=E5=8D=95=20=E7=A7=BB=E9=99=A4=E4=BF=9D?= =?UTF-8?q?=E5=85=BB=E8=AE=A1=E5=88=92=E5=8D=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deviceMaintainOrderMain.data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts b/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts index 4226e24..b55d14a 100644 --- a/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts +++ b/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts @@ -34,15 +34,15 @@ export const DeviceMaintainOrderMain = useCrudSchemas(reactive([ fixed: 'left', }, }, - { - label: '保养计划单号', - field: 'planNumber', - sort: 'custom', - isSearch: false, - table: { - width: '150', - }, - }, + // { + // label: '保养计划单号', + // field: 'planNumber', + // sort: 'custom', + // isSearch: false, + // table: { + // width: '150', + // }, + // }, { label: '设备', field: 'deviceNumber',