Browse Source

fix(): 解决运营报表单位缺失的问题问题

tags/PMS_Frontend_v1.0.6-develop
chenqiang 1 year ago
parent
commit
9b8ea6369e
  1. 8
      src/pages/FinancialMgm/FinancialReport/OperationReport/loadable.jsx

8
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",

Loading…
Cancel
Save