From 2540d86f0dbd77f654f558c3bf9d5ddbe7422f16 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 03 七月 2026 17:22:09 +0800
Subject: [PATCH] fix: 完成设计项目和归档台账接口对接,功能联调

---
 src/views/mes/pro/andon/record/data.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/mes/pro/andon/record/data.ts b/src/views/mes/pro/andon/record/data.ts
index b390630..4635dc8 100644
--- a/src/views/mes/pro/andon/record/data.ts
+++ b/src/views/mes/pro/andon/record/data.ts
@@ -1,4 +1,4 @@
-import type { VbenFormApi, VbenFormSchema } from '#/adapter/form';
+锘縤mport type { VbenFormApi, VbenFormSchema } from '#/adapter/form';
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { MesProAndonConfigApi } from '#/api/mes/pro/andon/config';
 import type { MesProAndonRecordApi } from '#/api/mes/pro/andon/record';
@@ -82,7 +82,7 @@
   return [
     { field: 'workstationCode', title: '宸ヤ綔绔欑紪鐮�', width: 140 },
     { field: 'workstationName', title: '宸ヤ綔绔欏悕绉�', minWidth: 140 },
-    { field: 'workOrderCode', title: '宸ュ崟缂栫爜', width: 140 },
+    { field: 'workOrderCode', title: '璁㈠崟缂栫爜', width: 140 },
     { field: 'processName', title: '宸ュ簭鍚嶇О', width: 140 },
     { field: 'userNickname', title: '鍙戣捣浜�', width: 110 },
     {
@@ -129,7 +129,7 @@
 /**
  * 鏂板/澶勭疆/璇︽儏瀹夌伅鍛煎彨璁板綍鐨勮〃鍗�
  *
- * - create锛氬綍鍏ュ懠鍙富浣撲俊鎭紙宸ヤ綔绔�/鍙戣捣浜�/宸ュ崟/宸ュ簭/鍛煎彨鍘熷洜/澶囨敞锛�
+ * - create锛氬綍鍏ュ懠鍙富浣撲俊鎭紙宸ヤ綔绔�/鍙戣捣浜�/璁㈠崟/宸ュ簭/鍛煎彨鍘熷洜/澶囨敞锛�
  * - update锛氬懠鍙富浣撳彧璇诲睍绀哄垱寤烘椂鐨勫揩鐓у瓧娈碉紙workstationName/workOrderCode/processName/reason锛夛紝缂栬緫澶勭疆鏃堕棿/澶勭疆浜�/澶囨敞
  * - detail锛氭墍鏈夊瓧娈靛彧璇�
  */
@@ -187,16 +187,16 @@
     isCreate
       ? {
           fieldName: 'workOrderId',
-          label: '鐢熶骇宸ュ崟',
+          label: '鐢熶骇璁㈠崟',
           component: markRaw(ProWorkOrderSelect),
           componentProps: {
-            placeholder: '璇烽�夋嫨宸ュ崟锛堝彲閫夛級',
+            placeholder: '璇烽�夋嫨璁㈠崟锛堝彲閫夛級',
             status: MesProWorkOrderStatusEnum.CONFIRMED,
           },
         }
       : {
           fieldName: 'workOrderCode',
-          label: '鐢熶骇宸ュ崟',
+          label: '鐢熶骇璁㈠崟',
           component: 'Input',
           componentProps: {
             disabled: true,

--
Gitblit v1.9.3