diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue index 13be0c97..ce7c8d6e 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue @@ -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') {