From 446f0b9b81b0b54871a938d0366ffce14c844269 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 26 三月 2021 09:38:23 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/safeSto/safeSto.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/safeSto/safeSto.js b/src/main/webapp/static/js/safeSto/safeSto.js
index 8b53428..38994b5 100644
--- a/src/main/webapp/static/js/safeSto/safeSto.js
+++ b/src/main/webapp/static/js/safeSto/safeSto.js
@@ -19,12 +19,12 @@
         toolbar: '#toolbar',
         cellMinWidth: 50,
         cols: [[
-            {type: 'checkbox'}
+            {type: 'numbers', fixed: 'left'}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
             // ,{field: 'nodeId$', align: 'center',title: '鍏宠仈璐т綅'}
-            ,{field: 'nodeId', align: 'center',title: '璐т綅鍚嶇О'}
-            ,{field: 'safeQua', align: 'center',title: '瀹夊叏搴撳瓨'}
+            ,{field: 'node_name', align: 'center',title: '璐т綅'}
+            ,{field: 'safe_qua', align: 'center',title: '瀹夊叏搴撳瓨'}
             ,{field: 'amount', align: 'center',title: '瀹為檯搴撳瓨'}
             ,{field: 'progress', align: 'center',title: '杩涘害', templet: '#progressTpl'}
 

--
Gitblit v1.9.1