From 7b2f45c3882d12fecc5ce00f7adb315b9dae0869 Mon Sep 17 00:00:00 2001
From: houshuai <17802598606@163.com>
Date: 星期五, 13 六月 2025 16:50:07 +0800
Subject: [PATCH] 航宇dnc定型流程开发

---
 src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue b/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue
index 542a1e3..51fcea1 100644
--- a/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue
+++ b/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue
@@ -47,24 +47,35 @@
           width: 60,
         },
         {
-          title: '淇濆吇椤�',
+          title: '閮ㄤ綅',
           align: 'center',
-          dataIndex: 'itemName',
+          dataIndex: 'itemPart',
           width: 200,
           ellipsis: true,
         },
         {
-          title: '瀛愰」鐩�',
+          title: '淇濆吇椤�',
           align: 'center',
-          dataIndex: 'subItemName',
-          width: 200,
+          dataIndex: 'itemName',
           ellipsis: true,
         },
         {
           title: '淇濆吇瑕佹眰',
           align: 'center',
+          dataIndex: 'itemDemandAlias',
+          ellipsis: true,
+        },
+        {
+          title: '妫�鏌ユ爣鍑嗘垨瑕佹眰',
+          align: 'center',
           dataIndex: 'itemDemand',
           ellipsis: true,
+        },
+        {
+          title: '妫�鏌ユ柟娉�',
+          align: 'center',
+          dataIndex: 'checkMethod',
+          ellipsis: true,
         }
       ],
       url: {

--
Gitblit v1.9.3