From e7d8e2c64facfa261e8b168b84e81ef6c835f57d Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 九月 2025 09:25:19 +0800
Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号

---
 src/main/webapp/static/js/locDetl/locDetl.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index ca8e66f..7e4ba8c 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -39,6 +39,7 @@
         ,{field: 'danger$', align: 'center',title: '鍗遍櫓鍝�', hide: true}
         ,{field: 'proType', align: 'center',title: '灞炴��', hide: false}
         ,{field: 'temp1', align: 'center',title: '鍚嶇О鎬荤О', hide: false}
+        ,{field: 'temp2', align: 'center',title: '瀹㈡埛鍥惧彿', hide: false}
 
     ];
 

--
Gitblit v1.9.1