From 437faf8e56bfc30d00473e65ece48be504a57fe7 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期六, 28 三月 2026 10:47:34 +0800
Subject: [PATCH] CTU预调度功能,更新为正式部署许可证,修改前端导出功能,打开Redis,数字孪生增加接口
---
src/main/webapp/static/js/basStation/basStation.js | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/basStation/basStation.js b/src/main/webapp/static/js/basStation/basStation.js
index 8a05d33..8b9b3d0 100644
--- a/src/main/webapp/static/js/basStation/basStation.js
+++ b/src/main/webapp/static/js/basStation/basStation.js
@@ -23,14 +23,15 @@
cols: [[
{type: 'checkbox'}
, {field: 'devNo', align: 'center', title: '绔欑偣鍙板彿'}
- , {field: 'decDesc', align: 'center', title: '璁惧鎻忚堪'}
+ , {field: 'decDesc', align: 'center', title: '璁惧鎻忚堪',hide:true}
, {field: 'area', align: 'center', title: '鍖哄煙'}
, {field: 'locSts$', align: 'center', title: '鐘舵��'}
- , {field: 'ioTime', align: 'center', title: '鍏ュ嚭搴撴椂闂�'}
+ , {field: 'barcode', align: 'center', title: '鍒�鏋跺彿'}
+ , {field: 'ioTime', align: 'center', title: '鍏ュ嚭搴撴椂闂�',hide: true}
, {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳'}
, {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿'}
- , {field: 'appeUser$', align: 'center', title: '鍒涘缓鑰�'}
- , {field: 'appeTime$', align: 'center', title: '娣诲姞鏃堕棿'}
+ , {field: 'appeUser$', align: 'center', title: '鍒涘缓鑰�',hide: true}
+ , {field: 'appeTime$', align: 'center', title: '娣诲姞鏃堕棿',hide: true}
, {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 120}
]],
request: {
--
Gitblit v1.9.1