From 0a04525d58093de7581950ae9a07129f55f2813f Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 06 六月 2025 15:54:44 +0800
Subject: [PATCH] 修改文件名称展示、批次

---
 src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue b/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue
index b21399a..a46a233 100644
--- a/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue
+++ b/src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue
@@ -34,6 +34,10 @@
                      @change="handleTableChange"
                      :scroll="{y:456}" :size="size" rowKey="docId">
 
+              <!-- 瀛楃涓茶秴闀挎埅鍙栫渷鐣ュ彿鏄剧ず-->
+              <span slot="docName" slot-scope="text">
+                <j-ellipsis :value="text"/>
+              </span>
             </a-table>
           </a-tab-pane>
         </a-tabs>
@@ -121,6 +125,7 @@
           dataIndex: 'docName',
           key: 'docName',
           align: 'center',
+          scopedSlots: { customRender: 'docName' },
           width: 300,
           sorter: true
         },
@@ -137,13 +142,15 @@
         },
         {
           title: '鐘�  鎬�',
-          dataIndex: 'docStatus_dictText',
-          key: 'docStatus',
+          dataIndex: 'docDispatchStatus_dictText',
+          key: 'docDispatchStatus',
           align: 'center',
           filters: [
-            { text: '璁捐', value: 1 },
-            { text: '鍙戝竷', value: 2 },
-            { text: '褰掓。', value: 3 }
+            { text: '缂栧埗', value: 1 },
+            { text: '鏍″', value: 2 },
+            { text: '鎵瑰噯', value: 3 },
+            { text: '璇曞垏', value: 4 },
+            { text: '瀹氬瀷', value: 5 }
           ]
         },
         {

--
Gitblit v1.9.3