From d37cc0839737a0b8d2cb36f659ed0da1d750606f Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 13 Sep 2024 23:15:09 +0800 Subject: [PATCH] md --- .../emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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') {