From 18fd87c81287ec309a21fd80beaba8813c5be8d9 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 26 Jul 2024 18:35:54 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087399]=20=E6=A0=87=E5=87=86=E8=A7=A3?= =?UTF-8?q?=E8=AF=BB=E6=B5=81=E7=A8=8B=E4=B8=BB=E8=A7=A3=E8=AF=BB=E4=BA=BA?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationLiaisonDistribute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue index 0bbcecf..c4de76d 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue @@ -58,7 +58,7 @@ export default { validatorRules: { // 主解读人 masterInterpretId: { - rules: [{ required: true, message: this.$t('pleaseEnter') + this.$t('workCenter.standardInterpretationProcess.mainInterpreter') }], + rules: [{ required: true, message: this.$t('pleaseSelect') + this.$t('workCenter.standardInterpretationProcess.mainInterpreter') }], validateTrigger: 'blur' } },