diff --git a/src/pages/FinancialMgm/FinancialReport/OperationReport/loadable.jsx b/src/pages/FinancialMgm/FinancialReport/OperationReport/loadable.jsx index 59fa86e..ad98201 100644 --- a/src/pages/FinancialMgm/FinancialReport/OperationReport/loadable.jsx +++ b/src/pages/FinancialMgm/FinancialReport/OperationReport/loadable.jsx @@ -181,7 +181,7 @@ function OperationReport() { }, }, { - title: "当日实收", + title: "当日实收(元)", dataIndex: "dberth_nums", key: "dberth_nums", align: "center", @@ -191,13 +191,13 @@ function OperationReport() { }, }, { - title: "当日追缴", + title: "当日追缴(元)", dataIndex: "recorvered_amount", key: "recorvered_amount", align: "center", }, { - title: "当日应收", + title: "当日应收(元)", dataIndex: "treceivable_amount", key: "treceivable_amount", align: "center", @@ -308,7 +308,7 @@ function OperationReport() { align: "center", }, { - title: "实付", + title: "实付(元)", dataIndex: "paid_amount", key: "paid_amount", align: "center",