From fa3b89c5935d19123e053ba061a0c96e839078c8 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 06 九月 2022 14:01:03 +0800 Subject: [PATCH] ## --- src/main/webapp/static/js/flowStatus/flowStatus.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/flowStatus/flowStatus.js b/src/main/webapp/static/js/flowStatus/flowStatus.js index 6e5a668..5e3eed0 100644 --- a/src/main/webapp/static/js/flowStatus/flowStatus.js +++ b/src/main/webapp/static/js/flowStatus/flowStatus.js @@ -21,11 +21,15 @@ cellMinWidth: 50, cols: [[ {type: 'checkbox'} - ,{field: 'id', align: 'center',title: '鍞竴id',width: 100} + ,{field: 'id', align: 'center',title: '鍞竴id',width: 100 , hide: true} ,{field: 'type', align: 'center',title: '鑺傜偣绫诲瀷', hide:true} + ,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�', width: 100} + ,{field: 'isAsrs$', align: 'center', width: 100, title: '椤圭洰绫诲瀷'} + ,{field: 'name', align: 'center',title: '鑺傜偣鍚嶇О'} + ,{field: 'memo', align: 'center',title: '澶囨敞', width: 300} // ,{field: 'str1', align: 'center',title: ''} // ,{field: 'str2', align: 'center',title: ''} -- Gitblit v1.9.1