From fef99d0c89fcd59c766f2cfe96c59dd3e72f4da7 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 24 十二月 2025 17:17:02 +0800
Subject: [PATCH] Merge branch 'jsxswms' of http://47.97.1.152:5880/r/zy-asrs into jsxswms

---
 src/main/webapp/views/basStation/basStationDetl.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/basStation/basStationDetl.html b/src/main/webapp/views/basStation/basStationDetl.html
index 32c608e..a3aec80 100644
--- a/src/main/webapp/views/basStation/basStationDetl.html
+++ b/src/main/webapp/views/basStation/basStationDetl.html
@@ -33,6 +33,7 @@
             {field: 'devNo', align: 'center', title: '绔欑偣鍙板彿'}
         ];
         cols.push.apply(cols, detlCols);
+        cols.push({field: 'workQty', align: 'center',title: '鎵ц涓�', hide: false})
         return cols;
     }
 

--
Gitblit v1.9.1