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',
|
||||
row.sendSuccessStatus === 1
|
||||
? 'green'
|
||||
: row.sendSuccessStatus === 2
|
||||
: row.sendSuccessStatus === 2 || row.sendSuccessStatus === 4
|
||||
? 'red'
|
||||
: row.sendSuccessStatus === 3
|
||||
? 'yellow'
|
||||
@ -554,7 +554,8 @@
|
||||
: row.sendSuccessStatus === 2
|
||||
? "失败"
|
||||
: row.sendSuccessStatus === 3
|
||||
? "部分成功"
|
||||
? "部分成功" : row.sendSuccessStatus === 4
|
||||
? "未下发"
|
||||
: ""
|
||||
}}</span
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user