From c5cc7da07c7f202f336468c0cd0d2789b4775b03 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 09 十月 2024 11:31:15 +0800
Subject: [PATCH] 最新版本
---
admin/src/views/platform/LogisticsRecord/subscribe.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index dc91aa0..02ec74c 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -28,7 +28,7 @@
<el-table-column prop="driverPhone" label="鑱旂郴鏂瑰紡" min-width="100" show-overflow-tooltip />
<el-table-column prop="inTypeTemp" label="鍏ュ簱绫诲瀷" min-width="100" show-overflow-tooltip />
<el-table-column prop="arriveDate" label="棰勭害鍒板満鏃堕棿" min-width="150" show-overflow-tooltip />
- <el-table-column prop="auditName" label="瀹℃壒缁撴灉" min-width="100" show-overflow-tooltip>
+ <el-table-column label="瀹℃壒缁撴灉" min-width="100" show-overflow-tooltip>
<template v-slot="scope">
<span v-if="scope.row.status == '0'">寰呭鎵�</span>
<span v-if="scope.row.status == '1'">瀹℃壒涓�</span>
@@ -37,7 +37,7 @@
<span v-if="scope.row.status == '4'">宸插彇娑�</span>
</template>
</el-table-column>
- <el-table-column prop="name" label="褰撳墠瀹℃壒浜�" min-width="100" show-overflow-tooltip />
+ <el-table-column prop="auditName" label="褰撳墠瀹℃壒浜�" min-width="100" show-overflow-tooltip />
<el-table-column prop="editDate" label="鎿嶄綔鏃堕棿" min-width="150" show-overflow-tooltip />
<el-table-column prop="name" label="鎿嶄綔" min-width="120" align="center" fixed="right" show-overflow-tooltip>
<template v-slot="scope">
@@ -264,8 +264,10 @@
this.isShowEdit = true
this.param = {
inType: 0
- },
- this.$refs['ruleForm'].clearValidate()
+ }
+ this.$nextTick(() => {
+ this.$refs['ruleForm'].clearValidate()
+ })
this.$set(this.param, 'arriveDate', dayjs().format('YYYY-MM-DD HH:mm:ss'))
this.getplatformReason()
},
--
Gitblit v1.9.3