From d839aca2ae83689cdcaa8561959e8083210da412 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 22 Feb 2024 10:49:06 +0800 Subject: [PATCH] =?UTF-8?q?task#11186,=E5=8F=B8=E6=9C=BAapp=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/driverCaseList/driverCaseList.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/driverCaseList/driverCaseList.vue b/src/views/driverCaseList/driverCaseList.vue index 8144fc4f..a703edf8 100644 --- a/src/views/driverCaseList/driverCaseList.vue +++ b/src/views/driverCaseList/driverCaseList.vue @@ -30,7 +30,7 @@ @load="onLoad" >-->
-
+
订单编号:{{item.userOrderCode}}
@@ -40,10 +40,10 @@
-
报销金额:{{item.reimburseAmount}}
-
审核备注:{{item.auditRemark}}
-
审核人员:{{item.auditUser}}
-
审核时间:{{item.auditTime}}
+
报销金额:{{item.reimburseAmount}}元
+
审核备注:{{item.auditRemark}}
+
审核人员:{{item.auditUser}}
+
审核时间:{{item.auditTime}}
@@ -89,8 +89,8 @@ export default { }, }, async mounted() { - /* let token = localStorage.getItem('token'); - this.$notify(token);*/ + let token = localStorage.getItem('token'); + this.$notify(token); /* const urlParams = new URLSearchParams(window.location.search); this.driverId = urlParams.get('driverId');*/ this.driverId = 78948; @@ -282,18 +282,18 @@ export default { height: calc(100% - 91px) ; } .listWrap{ - width: 100%; - height: 100%; + @include wh(100%,100%); box-sizing: border-box; padding: 10px 7px 10px 8px; overflow-y: auto; position: relative; + background-color:#F4F5F7 ; .itemWrap{ position: relative; width: 100%; @include flexColBet(); box-sizing: border-box; - padding: 14px 12px 11px 34px; + padding: 14px 12px 11px 0; box-shadow: 0px 0px 8px 0px rgba(98,107,128,0.07); border-radius: 10px; border: 1px solid #4C81F5;