From d1b1e26890d2d0b9270370f1de8a53cd3c181e30 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 26 五月 2023 13:28:37 +0800 Subject: [PATCH] # --- src/main/webapp/views/node/node.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/views/node/node.html b/src/main/webapp/views/node/node.html index b9a3e70..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,9 +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: '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