From 6c8bbb155c4815a144bf52aefcdc882e3a68c577 Mon Sep 17 00:00:00 2001
From: admin-lmm <2497833386@QQ.com>
Date: Sat, 15 Jul 2023 14:47:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=85=E7=94=B5=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jsowell-ui/src/views/order/order/index.vue | 84 +++++++++-------------
1 file changed, 34 insertions(+), 50 deletions(-)
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;