From 432cbb77730e5d598433655aa8594321dd0e56b8 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期四, 13 一月 2022 08:07:07 +0800 Subject: [PATCH] 更新数据库 --- src/main/webapp/static/js/projectPlan/projectPlan.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/projectPlan/projectPlan.js b/src/main/webapp/static/js/projectPlan/projectPlan.js index ab05220..dbc6db2 100644 --- a/src/main/webapp/static/js/projectPlan/projectPlan.js +++ b/src/main/webapp/static/js/projectPlan/projectPlan.js @@ -27,10 +27,10 @@ }, cols: [[ - {type: 'checkbox'} + {type: 'checkbox', hide:true} // ,{field: 'id', align: 'center',title: '鍞竴ID'} // ,{field: 'itemId', align: 'center',title: '椤圭洰ID'} - ,{field: 'flowName', align: 'center',title: '鑺傜偣鍚嶇О'} + ,{field: 'flowId$', align: 'center',title: '鑺傜偣鍚嶇О'} ,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�'} // ,{field: 'flowId', align: 'center',title: '鑺傜偣ID'} -- Gitblit v1.9.1