From 01fa93b5dd9f20286ef8f22515caf55307f76a9d Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 20 三月 2026 09:52:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jxhcasrs' into jxhcasrs
---
src/main/webapp/static/js/locAroundBind/locAroundBind.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/locAroundBind/locAroundBind.js b/src/main/webapp/static/js/locAroundBind/locAroundBind.js
index 9361d1f..b18f984 100644
--- a/src/main/webapp/static/js/locAroundBind/locAroundBind.js
+++ b/src/main/webapp/static/js/locAroundBind/locAroundBind.js
@@ -23,13 +23,14 @@
cols: [[
{type: 'checkbox'}
, {field: 'id', align: 'center', title: 'ID', hide: true}
- , {field: 'devId', align: 'center', title: '鏈哄彴ID', hide: true}
- , {field: 'devNo', align: 'center', title: '鏈哄彴鍙�'}
- , {field: 'devName', align: 'center', title: '璁惧鍚嶇О'}
+ , {field: 'devNo$', align: 'center', title: '鏈哄彴鍙�'}
+ , {field: 'devId', align: 'center', title: '鏈哄彴ID'}
+ , {field: 'devName', align: 'center', title: '璁惧鍚嶇О', hide: true }
, {field: 'blocId', align: 'center', title: '搴撲綅ID', hide: true}
, {field: 'blocNo', align: 'center', title: '宸ヤ綅'}
, {field: 'locType$', align: 'center', title: '宸ヤ綅鐘舵��'}
, {field: 'def$', align: 'center', title: '宸ヤ綅绫诲瀷'}
+ , {field: 'freeze', align: 'center', title: '鏄惁鍐荤粨'}
, {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 240}
]],
request: {
--
Gitblit v1.9.1