隐患增加选中导出
This commit is contained in:
parent
aebad83d27
commit
69400ad0be
|
@ -114,7 +114,7 @@
|
||||||
{ field: 'ck', checkbox: true , width: 20},
|
{ field: 'ck', checkbox: true , width: 20},
|
||||||
{ field: 'yhnum', title: '编号', width: 100 },
|
{ 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) {
|
switch (value) {
|
||||||
case 0: return 'background-color:yellow;'; break;
|
case 0: return 'background-color:yellow;'; break;
|
||||||
case 1: return 'background-color:yellow;'; break;
|
case 1: return 'background-color:yellow;'; break;
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
{ field: 'todouser__userid', hidden: true },
|
{ field: 'todouser__userid', hidden: true },
|
||||||
{ field: 'sybzt', 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) {
|
switch (value) {
|
||||||
case 1: return ''; break;
|
case 1: return ''; break;
|
||||||
case 2: return 'color:red;font-weight:bold'; break;
|
case 2: return 'color:red;font-weight:bold'; break;
|
||||||
|
|
Loading…
Reference in New Issue