From 2d2ac91d76af6ef4d755555c7623ee4e016a3066 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期日, 29 九月 2024 15:50:19 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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