This commit is contained in:
liuye
2022-04-26 17:26:13 +08:00
parent 3ba4c9089c
commit 8f79d72950

View File

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