From 62ecc7d5306d40eb301b59d8ff7a940e23f7e5e4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 27 九月 2024 10:53:12 +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