diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index 8a535c00a..9e49357d2 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -217,53 +217,30 @@
- {{ - item.transactionCode || "一" - }} - - {{ +
名称
+ + +
{{item.stationName || "一"}}
+
+ {{ + item.realTimeChargingDegree || "一" }} - {{ - item.pileConnectorCode || "一" - }} - - {{ - item.logicCard || "一" - }} - - {{ - item.outTradeNo || "一" - }} - - {{ - startMode(item.startMode) - }} - - {{ - payMode(item.payMode) - }} - - {{ - item.payAmount || "一" - }} - - {{ - payStatus(item.payStatus) - }} - - {{ - item.chargingDegree || "一" + {{ + item.realTimeAmount || "一" }} {{ - item.startSoc || "一" + item.startSoc|| '一' }} {{ @@ -274,18 +251,6 @@ item.chargeEndTime || "一" }} - {{ - item.orderAmount || "一" - }} - - {{ - item.virtualAmount || "一" - }} - - {{ - item.settleAmount || "一" - }} -
(this.skeletonLoading = false), 2000); @@ -705,8 +689,8 @@ export default { ::v-deep .el-descriptions__header { margin-bottom: 10px; + color:#337ab7 } - .cardview-box { width: 100%; margin-bottom: 12px;