From 469ac838d2378d6c79a6ee7c65c58e324297f3c4 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Wed, 6 Mar 2024 09:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=82=B9=E6=A3=80=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E5=90=8D=E7=A7=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deviceSpotInspectionRecordMain.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts b/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts index 9cf40f5..dc28025 100644 --- a/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts +++ b/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts @@ -25,7 +25,7 @@ export const DeviceSpotInspectionRecordMainRules = reactive({ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive([ { - label: '编号唯一标识', + label: '巡检点检编号', field: 'number', sort: 'custom', isSearch: true,