From 5cf0fe34b6ef60407e7e8802d3f756bed9d9b7ac Mon Sep 17 00:00:00 2001
From: yangyang
Date: 星期日, 29 六月 2025 16:23:51 +0800
Subject: [PATCH] 问题修复

---
 zy-asrs-admin/src/components/locDetl/show.vue |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/zy-asrs-admin/src/components/locDetl/show.vue b/zy-asrs-admin/src/components/locDetl/show.vue
index a5ca11d..8c3fe0f 100644
--- a/zy-asrs-admin/src/components/locDetl/show.vue
+++ b/zy-asrs-admin/src/components/locDetl/show.vue
@@ -37,13 +37,6 @@
         ...getColumnSearchProps('locNo'),
     },
     {
-        title: formatMessage('db.man_loc_detl.mat_id', '鍟嗗搧'),
-        dataIndex: 'matId$',
-        width: 140,
-        ellipsis: true,
-        ...getColumnSearchProps('matId$'),
-    },
-    {
         title: formatMessage('db.man_loc_detl.matnr', '鍟嗗搧缂栧彿'),
         dataIndex: 'matnr',
         width: 140,
@@ -51,6 +44,27 @@
         ...getColumnSearchProps('matnr'),
     },
     {
+        title: formatMessage('db.man_loc_detl.maktx', '鍟嗗搧鍚嶇О'),
+        dataIndex: 'maktx',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('maktx'),
+    },
+   {
+        title: formatMessage('db.man_loc_detl.specs', '瑙勬牸'),
+        dataIndex: 'specs',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('specs'),
+    },
+   {
+        title: formatMessage('db.man_loc_detl.model', '鍨嬪彿'),
+        dataIndex: 'model',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('model'),
+    },
+    {
         title: formatMessage('db.man_loc_detl.order_no', '璁㈠崟鍙�'),
         dataIndex: 'orderNo',
         width: 140,

--
Gitblit v1.9.1