From fb2749910e9209a8082bbc4179e63b6350d31d07 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 29 一月 2026 17:08:38 +0800
Subject: [PATCH] 危险物料管控的领用单号位置调整

---
 src/views/safeProduction/hazardousMaterialsControl/index.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/safeProduction/hazardousMaterialsControl/index.vue b/src/views/safeProduction/hazardousMaterialsControl/index.vue
index cf1d731..0a2bd6d 100644
--- a/src/views/safeProduction/hazardousMaterialsControl/index.vue
+++ b/src/views/safeProduction/hazardousMaterialsControl/index.vue
@@ -416,6 +416,12 @@
   // 琛ㄦ牸鍒楅厤缃�
   const tableColumn = ref([
     {
+      label: "棰嗙敤鍗曞彿",
+      prop: "materialRecordCode",
+      width: 130,
+      showOverflowTooltip: true,
+    },
+    {
       label: "鍗遍櫓婧愮紪鐮�",
       prop: "code",
       showOverflowTooltip: true,
@@ -484,16 +490,11 @@
       showOverflowTooltip: true,
     },
     {
-      label: "鍗曞彿",
-      prop: "materialRecordCode",
-      showOverflowTooltip: true,
-    },
-    {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",
       fixed: "right",
-      width: 200,
+      width: 130,
       operation: [
         {
           name: "褰掕繕",

--
Gitblit v1.9.3