From 537c5eac299e24177c6a1fe13f6141b978b47fac Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 07 一月 2026 08:28:33 +0800
Subject: [PATCH] 添加台机初始化绑定界面
---
src/main/webapp/static/js/basDevice/basDevice.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/basDevice/basDevice.js b/src/main/webapp/static/js/basDevice/basDevice.js
index f6b1448..be8af2e 100644
--- a/src/main/webapp/static/js/basDevice/basDevice.js
+++ b/src/main/webapp/static/js/basDevice/basDevice.js
@@ -21,8 +21,8 @@
cellMinWidth: 50,
height: 'full-120',
cols: [[
- {type: 'checkbox'}
- ,{field: 'id', align: 'center',title: ''}
+ // {type: 'checkbox'}
+ {field: 'id', align: 'center',title: '搴忓彿'}
,{field: 'devNo', align: 'center',title: '璁惧鍙�'}
,{field: 'type', align: 'center',title: '璁惧绫诲瀷'}
,{field: 'updateTime$', align: 'center',title: '鏇存柊鏃堕棿'}
@@ -30,7 +30,6 @@
,{field: 'createTime$', align: 'center',title: '鍒涘缓鏃堕棿'}
,{field: 'createBy', align: 'center',title: '鍒涘缓浜哄憳'}
,{field: 'status', align: 'center',title: '鐘舵��'}
-
,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
]],
request: {
--
Gitblit v1.9.1