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
18091947
Commit
18091947
authored
Mar 08, 2023
by
msgroup
Committed by
mingsoft
Mar 08, 2023
Browse files
fix: 修复静态化下拉
parent
d19ebe9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
18091947
...
@@ -56,11 +56,11 @@
...
@@ -56,11 +56,11 @@
<div class="class-13" >
<div class="class-13" >
<div class="class-14" >
<div class="class-14" >
<el-form-item label="文章栏目">
<el-form-item label="文章栏目">
<tree-select v-model="contentSection"
<
ms-
tree-select v-model="contentSection"
:props="
{
value
:
'
id
'
,
label
:
'
categoryTitle
'
,
children
:
'
children
'
}
"
:props="
{
value
:
'
id
'
,
label
:
'
categoryTitle
'
,
children
:
'
children
'
}
"
:options="treeList" :style="
{
width
:
'
100
%'
}
"
:options="treeList" :style="
{
width
:
'
100
%'
}
"
placeholder="请选择文章栏目">
placeholder="请选择文章栏目">
</tree-select>
</
ms-
tree-select>
<div class="ms-form-tip">
<div class="ms-form-tip">
生成指定栏目下的文章内容
生成指定栏目下的文章内容
</div>
</div>
...
@@ -99,11 +99,11 @@
...
@@ -99,11 +99,11 @@
<div class="class-23" >
<div class="class-23" >
<div class="class-24" >
<div class="class-24" >
<el-form-item label="生成栏目">
<el-form-item label="生成栏目">
<tree-select v-model="section"
<
ms-
tree-select v-model="section"
:props="
{
value
:
'
id
'
,
label
:
'
categoryTitle
'
,
children
:
'
children
'
}
"
:props="
{
value
:
'
id
'
,
label
:
'
categoryTitle
'
,
children
:
'
children
'
}
"
:options="treeList" :style="
{
width
:
'
100
%'
}
"
:options="treeList" :style="
{
width
:
'
100
%'
}
"
placeholder="请选择文章栏目">
placeholder="请选择文章栏目">
</tree-select>
</
ms-
tree-select>
<div class="ms-form-tip">
<div class="ms-form-tip">
生成<b>栏目类型</b>为列表的数据,例如:新闻列表、产品列表
生成<b>栏目类型</b>为列表的数据,例如:新闻列表、产品列表
</div>
</div>
...
...
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