From 6d3886ba1e4b3630da947a7a046433feb3759d17 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 26 九月 2024 17:59:39 +0800
Subject: [PATCH] ll

---
 admin/src/views/platform/LogisticsRecord/leaveAuth.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/leaveAuth.vue b/admin/src/views/platform/LogisticsRecord/leaveAuth.vue
index efacbd1..9fdf219 100644
--- a/admin/src/views/platform/LogisticsRecord/leaveAuth.vue
+++ b/admin/src/views/platform/LogisticsRecord/leaveAuth.vue
@@ -27,9 +27,9 @@
         </template>
       </el-table-column>
       <el-table-column prop="carrierName" label="杩愯緭鍏徃" min-width="100" show-overflow-tooltip />
-      <el-table-column prop="driverName" label="椹鹃┒鍛�" min-width="100" show-overflow-tooltip>
+      <el-table-column prop="driverName" label="椹鹃┒鍛�" min-width="120" show-overflow-tooltip>
         <template v-slot="scope">
-          <span>{{ scope.row.carrierName }} {{ scope.row.drivierPhone }}</span>
+          <span>{{ scope.row.driverName }} {{ scope.row.drivierPhone }}</span>
         </template>
       </el-table-column>
       <!-- <el-table-column prop="drivierPhone" label="鑱旂郴鏂瑰紡" min-width="100" show-overflow-tooltip /> -->
@@ -175,7 +175,7 @@
         confirmButtonText: '纭畾',
         cancelButtonText: '鍙栨秷',
       }).then(({ remark }) => {
-        platformPowerLevel({ jobId: row.id,remark }).then(res => {
+        platformPowerLevel({ jobId: row.id, remark }).then(res => {
           Message.success('绂诲洯鎺堟潈鎴愬姛')
           this.getList()
         })

--
Gitblit v1.9.3