From 2a0dc2ba812aff257fc6460823f2bdcdd35d3a05 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 29 五月 2023 15:57:39 +0800
Subject: [PATCH] #
---
src/main/webapp/views/node/node.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/node/node.html b/src/main/webapp/views/node/node.html
index bc3b016..91d2c76 100644
--- a/src/main/webapp/views/node/node.html
+++ b/src/main/webapp/views/node/node.html
@@ -173,8 +173,8 @@
pidName: 'parentId' // pid瀛楁鍚嶇О
},
cols: [[
- {type: 'checkbox'}
- ,{type: 'numbers'}
+ {type: 'checkbox'},
+ {type: 'numbers'}
,{field: 'name', align: 'left',title: '缂栧彿/鍚嶇О', minWidth: 150}
// ,{field: 'uuid', left: 'center',title: '缂栧彿/鍚嶇О', minWidth: 150}
,{field: 'type$', align: 'center',title: '绫诲瀷', templet: '#typeTpl'}
@@ -184,6 +184,9 @@
// ,{field: 'count', align: 'center',title: '鏁伴噺'}
// ,{field: 'sort', align: 'center',title: '鎺掑簭'}
,{field: 'status$', align: 'center',title: '鐘舵��', hide: true}
+ ,{field: 'row1$', align: 'center',title: '鎺�'}
+ ,{field: 'bay1$', align: 'center',title: '鍒�'}
+ ,{field: 'lev1$', align: 'center',title: '灞�'}
,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳'}
,{field: 'memo', align: 'center',title: '澶囨敞', hide: true}
--
Gitblit v1.9.1