Browse Source

字段对

duwendi 1 year ago
parent
commit
a571e0db76
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/pages/index/components/business_conditions.vue

+ 6 - 3
src/pages/index/components/business_conditions.vue

@@ -86,7 +86,11 @@
86 86
         columns: [
87 87
           {
88 88
             label: '停车场名称',
89
-            key: 'carParkName'
89
+            key: 'parkName'
90
+          },
91
+          {
92
+            label: '当日实收',
93
+            key: 'amount'
90 94
           },
91 95
           {
92 96
             label: '待结算',
@@ -98,7 +102,7 @@
98 102
           },
99 103
           {
100 104
             label: '当日停泊时长',
101
-            key: 'parkingduration'
105
+            key: 'parkingDuration'
102 106
           }
103 107
         ],
104 108
         pieColor: ["rgb(0, 143, 251)","rgb(0, 227, 150)"],
@@ -112,7 +116,6 @@
112 116
       const {pageNum, pageSize} = this
113 117
       let that = this
114 118
       let params4 = {current: pageNum, size: pageSize}
115
-      // todo 添加对应页面接口
116 119
       let requestList = [api.tccqkView(), api.sfqs(),api.cllx(), api.jyqk(params4)];
117 120
       Promise.all(requestList).then(res => {
118 121
         that.viewData = res[0].data