Browse Source

充值显示合计

lijunping 8 months ago
parent
commit
e80635e596

+ 3 - 5
src/views/tirePartsMall/financingManagement/balanceRecharge/index.vue

@@ -79,11 +79,9 @@ export default {
         showSummary: true,
         sumColumnList: [
           {
-            name: 'fundingAmount',
-            type: 'sum',
-          }, {
-            name: 'availableAmount',
+            name: 'amount',
             type: 'sum',
+            decimals: 2,
           }],
         column: [
           {
@@ -134,7 +132,7 @@ export default {
             searchRange: true,
             unlinkPanels: true,
             searchDefaultTime: ["00:00:00", "23:59:59"],
-            format: "yyyy-MM-dd",
+            format: "yyyy-MM-dd HH:mm:ss",
             valueFormat: "yyyy-MM-dd HH:mm:ss"
           },
           {