Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev
This commit is contained in:
commit
0536100366
@ -541,7 +541,7 @@
|
|||||||
'valuesColor',
|
'valuesColor',
|
||||||
row.sendSuccessStatus === 1
|
row.sendSuccessStatus === 1
|
||||||
? 'green'
|
? 'green'
|
||||||
: row.sendSuccessStatus === 2
|
: row.sendSuccessStatus === 2 || row.sendSuccessStatus === 4
|
||||||
? 'red'
|
? 'red'
|
||||||
: row.sendSuccessStatus === 3
|
: row.sendSuccessStatus === 3
|
||||||
? 'yellow'
|
? 'yellow'
|
||||||
@ -554,7 +554,8 @@
|
|||||||
: row.sendSuccessStatus === 2
|
: row.sendSuccessStatus === 2
|
||||||
? "失败"
|
? "失败"
|
||||||
: row.sendSuccessStatus === 3
|
: row.sendSuccessStatus === 3
|
||||||
? "部分成功"
|
? "部分成功" : row.sendSuccessStatus === 4
|
||||||
|
? "未下发"
|
||||||
: ""
|
: ""
|
||||||
}}</span
|
}}</span
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user