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/subscribe.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index 3cf4a0c..cceddbc 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="name" label="瀹℃壒缁撴灉" min-width="100" show-overflow-tooltip>
+ <el-table-column prop="auditName" 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>
@@ -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