From 404f4fd368134f47175d268d7faf661c7248e5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Fri, 16 May 2025 13:26:40 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-965]=20=E7=BB=B4=E4=BF=AE=E5=B7=A5?= =?UTF-8?q?=E5=8D=95-=E4=BA=BA=E5=91=98=E8=BD=AC=E5=8A=9E:=E6=8E=A5?= =?UTF-8?q?=E5=8D=95=E4=BA=BA=E5=90=8D=E7=A7=B0=E6=94=B9=E4=B8=BA=E7=BB=B4?= =?UTF-8?q?=E4=BF=AE=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/devicemaintenancejob/deviceMaintenanceMain.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/device/devicemaintenancejob/deviceMaintenanceMain.data.ts b/src/views/eam/device/devicemaintenancejob/deviceMaintenanceMain.data.ts index 0a2520e..d6653f5 100644 --- a/src/views/eam/device/devicemaintenancejob/deviceMaintenanceMain.data.ts +++ b/src/views/eam/device/devicemaintenancejob/deviceMaintenanceMain.data.ts @@ -164,7 +164,7 @@ export const DeviceMaintenanceMain = useCrudSchemas(reactive([ } }, { - label: '接单人', + label: '维修人 ', field: 'maintenance', sort: 'custom', isDetail: false, @@ -1035,4 +1035,4 @@ export const DeviceMaintenanceMainSec = useCrudSchemas(reactive([ }, isDetail: false } -])) \ No newline at end of file +]))