29305
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user