md
This commit is contained in:
parent
c5e45e2ee4
commit
d37cc08397
@ -738,7 +738,12 @@ export default {
|
||||
},
|
||||
|
||||
tableRowClassName({row, rowIndex}) {
|
||||
if (row.blConfirmCenter=='0') {
|
||||
|
||||
// if (row.waybillDetail.realFee!=row.waybillDetail.freight ) {
|
||||
// return {"background-color": "#03a9f4 !important"};
|
||||
// }
|
||||
|
||||
if (row.blConfirmCenter=='0' ) {
|
||||
return {};
|
||||
}
|
||||
else if (row.blConfirmCenter=='1') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user