隐患增加选中导出

This commit is contained in:
caoqianming 2022-04-17 12:03:46 +08:00
parent aebad83d27
commit 69400ad0be
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
{ field: 'ck', checkbox: true , width: 20},
{ field: 'yhnum', title: '编号', width: 100 },
{
field: 'yhzt', title: '流程状态', width: 100, styler: function (value, row, index) {
field: 'yhzt', title: '流程状态', width: 60, styler: function (value, row, index) {
switch (value) {
case 0: return 'background-color:yellow;'; break;
case 1: return 'background-color:yellow;'; break;
@ -150,7 +150,7 @@
{ field: 'todouser__userid', hidden: true },
{ field: 'sybzt', hidden: true },
{
field: 'shresult', title: '隐患状态', width: 100, styler: function (value, row, index) {
field: 'shresult', title: '隐患状态', width: 80, styler: function (value, row, index) {
switch (value) {
case 1: return ''; break;
case 2: return 'color:red;font-weight:bold'; break;