From 70082bb352f14200f6cf929acd9a9e1594740836 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 22 Jul 2024 17:42:12 +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 12d5a22..63ebdf9 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('processName') }], + rules: [{ required: true, message: this.$t('pleaseEnter') + this.$t('workCenter.standardInterpretationProcess.mainInterpreter') }], validateTrigger: 'blur' } },