From 8f80f216c1bcc94042717a8246c7f32d9b03fa94 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 28 Aug 2023 10:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=B5=84=E6=96=99=EF=BC=8C?= =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=96=87=E6=A1=A3=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/driverManage.vue | 4 ++-- src/views/index/vehicleAdd.vue | 2 +- src/views/index/workOrderDetail.vue | 17 +++++++++++------ 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index 1513fa2a..a7765e15 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -73,7 +73,7 @@ export default { mounted() { const urlParams = new URLSearchParams(window.location.search); this.supplierType = urlParams.get('supplierType'); - // this.$toast('页面supplierType:'+this.supplierType) + this.$toast('页面supplierType:'+this.supplierType) this.getDriverList() }, methods:{ @@ -85,7 +85,7 @@ export default { }, 1000); }, addDriver(){ - // this.$toast('supplierType的值为:'+this.supplierType) + this.$toast('supplierType的值为:'+this.supplierType) if(this.supplierType == 1){ this.$toast("无权添加") }else{ diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 8f13e369..66c446ae 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -18,7 +18,7 @@ 车辆类型 - diff --git a/src/views/index/workOrderDetail.vue b/src/views/index/workOrderDetail.vue index 7c8dfde0..f00b32e5 100644 --- a/src/views/index/workOrderDetail.vue +++ b/src/views/index/workOrderDetail.vue @@ -15,7 +15,7 @@
- {{orderCode}} + {{orderDetailInfo.orderCode}}
{{ orderDetailInfo.contractName }}
@@ -23,10 +23,13 @@
{{ orderDetailInfo.userName }}
{{ orderDetailInfo.userPhone }}
{{ orderDetailInfo.plateNumber }}
-
- {{orderDetailInfo.model}} - {{ orderDetailInfo.brand }} -
+
{{orderDetailInfo.model}}{{ orderDetailInfo.brand }}
+ + + + + +
@@ -139,7 +142,9 @@ export default { opacity: .5; } .rightContent{ - @include wh(90px,189px); + height: 189px; + width: calc(100% - 60px); + //@include wh(90px,189px); } } }