From 9e15d48f0c60d2decfb5322c11cd51e644cfbe53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 23 Nov 2023 10:08:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardConsultationProcess.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index 38cb3883..d26aadc9 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -411,6 +411,11 @@ export default { message: this.$t('pleaseSelect') + this.$t('workCenter.standardConsultationProcess.designEngineer') }], validateTrigger: 'change' + }, + // 备注 + handleText: { + rules: [{ required: false, message: this.$t('pleaseEnter') + this.$t('remarks') }], + validateTrigger: 'blur' } }, btnList: [], // 显示的按钮