This commit is contained in:
linfso 2024-09-13 23:15:09 +08:00
parent c5e45e2ee4
commit d37cc08397

View File

@ -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') {