From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/js/flowStatus/flowStatus.js | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/js/flowStatus/flowStatus.js b/src/main/webapp/static/js/flowStatus/flowStatus.js
index 7853818..5e3eed0 100644
--- a/src/main/webapp/static/js/flowStatus/flowStatus.js
+++ b/src/main/webapp/static/js/flowStatus/flowStatus.js
@@ -21,13 +21,19 @@
cellMinWidth: 50,
cols: [[
{type: 'checkbox'}
- ,{field: 'id', align: 'center',title: '鍞竴id'}
- ,{field: 'type', align: 'center',title: '鑺傜偣绫诲瀷'}
+ ,{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: '澶囨敞'}
- ,{field: 'str1', align: 'center',title: ''}
- ,{field: 'str2', align: 'center',title: ''}
- ,{field: 'str3', align: 'center',title: ''}
+
+
+ ,{field: 'memo', align: 'center',title: '澶囨敞', width: 300}
+ // ,{field: 'str1', align: 'center',title: ''}
+ // ,{field: 'str2', align: 'center',title: ''}
+ // ,{field: 'str3', align: 'center',title: ''}
,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
]],
--
Gitblit v1.9.1