diff --git a/src/filters/index.js b/src/filters/index.js
index bfcf90e..4de8085 100644
--- a/src/filters/index.js
+++ b/src/filters/index.js
@@ -131,6 +131,9 @@ export function date2Long (date) {
* @return 解析后的Date对象
*/
export function string2Date(date,formatType) {
+ if(date == null || date == undefined){
+ return "";
+ }
let dateTime;
switch (formatType) {
case 0 :
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 0eedd5c..b0b30bc 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -109,7 +109,7 @@
-
最新订单
+
最新订单(近三个月)
+
+ {{(scope.row.orderTotalFee) |fen2Yuan}}
+
+
+
+ label="实收费用">
{{(scope.row.orderActFee) |fen2Yuan}}
@@ -203,7 +210,7 @@
totalScore: 0,
validScore: 0,
},
- total: 15,
+ total: 0,
currentPage: 1,
pageSize: 10,
moneyData: [{
diff --git a/src/views/order/index.vue b/src/views/order/index.vue
index 23a6a83..ab33c30 100644
--- a/src/views/order/index.vue
+++ b/src/views/order/index.vue
@@ -50,8 +50,15 @@
:show-overflow-tooltip="true">
+
+ {{(scope.row.orderTotalFee) |fen2Yuan}}
+
+
+
+ label="实收费用">
{{(scope.row.orderActFee) |fen2Yuan}}
diff --git a/src/views/payback/index.vue b/src/views/payback/index.vue
index 9b31717..5efbf75 100644
--- a/src/views/payback/index.vue
+++ b/src/views/payback/index.vue
@@ -16,162 +16,208 @@
-
订单详情
+
+
+ 订单详情
+
+
+ 补缴
+
+
+ :show-overflow-tooltip="true"
+ @selection-change="handleSelectionChange">
+
+
+ prop="orderTotalFee"
+ label="应收费用">
+
+ {{(scope.row.orderTotalFee) |fen2Yuan}}
+
+
+ {{(scope.row.parkInTime) |string2Date(7)}}
+
+
+ {{(scope.row.parkOutTime) |string2Date(7)}}
+
+
+ {{(scope.row) |parkingDurationFormatter(scope.row.parkingDuration)}}
+
+
+ {{(scope.row) |inOutStateFormatter}}
+
+ :total="total"
+ @size-change="handleSizeChange"
+ @current-change="handleSizeChange"
+ @prev-click="handleSizeChange"
+ @next-click="handleSizeChange"
+ >
+
+
+ 这是二维码
+
+
+