Explorar el Código

隐藏欠费统计表头字段

zaijin hace 2 años
padre
commit
5d27750586

+ 1 - 1
common/config.js

@@ -2,5 +2,5 @@
 let baseUrl = 'https://parking.pdzhtc.com/' // 正式环境
 export const config = {
 	baseUrl,
-	version: '0.2.2'
+	version: '0.2.3'
 }

+ 2 - 2
pages/statisticalReport/parkModel/components/arrearsReport.vue

@@ -34,8 +34,8 @@ export default {
       default: () => {
         return [
           { field: '车牌号', key: 'vehicleNo', width: 100 },
-          { field: '车主姓名', key: 'name', width: 100 },
-          { field: '联系方式', key: 'mobile', width: 100 },
+          // { field: '车主姓名', key: 'name', width: 100 },
+          // { field: '联系方式', key: 'mobile', width: 100 },
           { field: '欠费次数(次)', width: 80, key: 'oweCount' },
           { field: '欠费金额(元)', width: 80, key: 'amtOwe' }
         ];

+ 2 - 2
pages/statisticalReport/roadModel/components/arrearsReport.vue

@@ -34,8 +34,8 @@ export default {
       default: () => {
         return [
           { field: '车牌号', key: 'vehicleNo', width: 100 },
-          { field: '车主姓名', key: 'name', width: 100 },
-          { field: '联系方式', key: 'mobile', width: 100 },
+          // { field: '车主姓名', key: 'name', width: 100 },
+          // { field: '联系方式', key: 'mobile', width: 100 },
           { field: '欠费次数(次)', width: 80, key: 'oweCount' },
           { field: '欠费金额(元)', width: 80, key: 'amtOwe' }
         ];