Commit bcd4b91e authored by msgroup's avatar msgroup

文字更新

parent 906f5ae6
......@@ -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": "请选择内容模板"
// }]
}
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment