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 },