From 74f54c59cda7364610a6579209681d58e12c703a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 22 Dec 2023 16:12:39 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B3=95=E8=A7=84=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=B5=81=E7=A8=8B=E5=90=8D=E7=A7=B0=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=89=8B=E5=8A=A8=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardProcurementProcess.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index 34fcfa98..b1ed52bb 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -26,8 +26,7 @@ + v-decorator="['processName', validatorRules.processName]" /> @@ -200,6 +199,11 @@ export default { sm: { span: 22 } }, validatorRules: { + // 流程名称 + processName: { + rules: [{ required: true, message: this.$t('pleaseEnter') + this.$t('processName') }], + validateTrigger: 'blur' + }, // 备注 handleText: { rules: [{ required: false, message: this.$t('pleaseEnter') + this.$t('remarks') }],