From d113a9c68c36e9e54ffe56342e30d59e5ee0629d Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 09 九月 2022 14:50:10 +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