Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
bcd4b91e
Commit
bcd4b91e
authored
Aug 04, 2021
by
msgroup
Browse files
文字更新
parent
906f5ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
View file @
bcd4b91e
...
...
@@ -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
": "
请选择内容模板
"
//
}]
}
};
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment