文字更新

This commit is contained in:
msgroup 2021-08-04 14:43:36 +08:00
parent 906f5ae615
commit bcd4b91e19
1 changed files with 12 additions and 9 deletions

View File

@ -94,7 +94,7 @@
:label="item"></el-option>
</el-select>
<div class="ms-form-tip">
当栏目类型为<b>列表</b>时有效
当栏目类型为<b>列表</b>时有效,没有选择模版不会进行静态化(不会生成列表静态页)
</div>
</el-form-item>
</el-col>
@ -114,6 +114,9 @@
<el-option v-for='item in categoryUrlOptions' :key="item" :value="item"
:label="item"></el-option>
</el-select>
<div class="ms-form-tip">
当栏目类型为<b>列表</b>时有效,没有选择模版不会进行静态化(不会生成内容静态页)
</div>
</el-form-item>
<el-form-item prop="categoryDiyUrl" label="自定义链接" v-if="form.categoryType == '3'">
@ -305,10 +308,10 @@
"required": true,
"message": "请选择栏目管理名称"
}],
categoryListUrl: [{
"required": true,
"message": "请选择列表模板"
}],
// categoryListUrl: [{
// "required": true,
// "message": "请选择列表模板"
// }],
categoryPinyin:[{
validator: validatorCategoryPinyin, trigger: 'blur'
}, {
@ -316,10 +319,10 @@
"message": "拼音格式不匹配"
}],
// 内容模板
categoryUrl: [{
"required": true,
"message": "请选择内容模板"
}]
// categoryUrl: [{
// "required": true,
// "message": "请选择内容模板"
// }]
}
};
},