From 8f79d7295064e21063f1a3113c9e05566ac0618d Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 26 Apr 2022 17:26:13 +0800 Subject: [PATCH] 29305 --- packages/jianping/AppPublicizeInformation/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jianping/AppPublicizeInformation/List.vue b/packages/jianping/AppPublicizeInformation/List.vue index 2794250e..551dcb79 100644 --- a/packages/jianping/AppPublicizeInformation/List.vue +++ b/packages/jianping/AppPublicizeInformation/List.vue @@ -180,8 +180,8 @@ export default { this.type = e this.parentId = parentId this.form.showIndex = index - this.dialogTitle = ['宣传板本', '宣传模块', '文章分类'][e] - this.addLabelText = ['板本名称', '模块名称', '分类名称'][e] + this.dialogTitle = ['宣传板块', '宣传模块', '文章分类'][e] + this.addLabelText = ['板块名称', '模块名称', '分类名称'][e] this.rules.categoryName = [{required: true, message: "请输入"+this.addLabelText, trigger: "change"}] this.dialog = true },