Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
38fc069f
Commit
38fc069f
authored
Aug 07, 2020
by
vip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
主页和完善栏目编辑
parent
aa966016
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
27 deletions
+33
-27
form.ftl
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
+18
-15
index.ftl
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
+15
-12
No files found.
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
View file @
38fc069f
...
...
@@ -149,6 +149,24 @@
</el-select>
</el-form-item>
</el-col>
<el-col
span=
"12"
v-if=
"form.categoryType == 3"
>
<el-form-item
prop=
"categoryDiyUrl"
>
<template
slot=
'label'
>
自定义链接
<el-popover
slot=
"label"
placement=
"top-start"
title=
"提示"
trigger=
"hover"
>
<a
href=
"http://doc.ms.mingsoft.net/plugs-cms/biao-qian/lan-mu-lie-biao-ms-channel.html"
target=
"_blank"
>
[field.typeurl/]
</a>
<i
class=
"el-icon-question"
slot=
"reference"
></i>
</el-popover>
</template>
<el-input
:disabled=
"false"
v-model=
"form.categoryDiyUrl"
:style=
"{width: '100%'}"
placeholder=
"请输入自定义链接"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-form-item
label=
"栏目管理关键字"
prop=
"categoryKeyword"
>
<template
slot=
'label'
>
栏目关键字
...
...
@@ -208,21 +226,6 @@
<div
slot=
"tip"
class=
"el-upload__tip"
>
最多上传1张图片
</div>
</el-upload>
</el-form-item>
<el-form-item
prop=
"categoryDiyUrl"
>
<template
slot=
'label'
>
自定义链接
<el-popover
slot=
"label"
placement=
"top-start"
title=
"提示"
trigger=
"hover"
>
<a
href=
"http://doc.ms.mingsoft.net/plugs-cms/biao-qian/lan-mu-lie-biao-ms-channel.html"
target=
"_blank"
>
[field.typeurl/]
</a>
<i
class=
"el-icon-question"
slot=
"reference"
></i>
</el-popover>
</template>
<el-input
:disabled=
"false"
v-model=
"form.categoryDiyUrl"
:style=
"{width: '100%'}"
placeholder=
"请输入自定义链接"
>
</el-input>
</el-form-item>
</el-form>
</el-scrollbar>
</el-main>
...
...
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
38fc069f
...
...
@@ -10,16 +10,6 @@
</head>
<body
class=
"custom-body"
>
<div
id=
"app"
v-cloak
>
<div
class=
"class-1"
>
<el-alert
style=
"line-height: 22px;padding: 20px;"
title=
""
type=
"success"
:closable=
"false"
show-icon
>
更新栏目列表,推荐使用指定栏目更新。系统提示“更新中”请不要刷新页面或点击其他菜单。
<br/>
根据时间与栏目类型生成文章
</el-alert>
</div>
<el-form
ref=
"form"
label-width=
"100px"
size=
"mini"
>
<div
class=
"class-2"
>
<div
class=
"class-3"
>
...
...
@@ -64,7 +54,13 @@
</div>
<div
class=
"class-13"
>
<div
class=
"class-14"
>
<el-form-item
label=
"文章栏目"
>
<el-form-item>
<template
slot=
'label'
>
文章栏目
<el-popover
slot=
"label"
placement=
"top-start"
title=
"提示"
width=
"200"
trigger=
"hover"
content=
"根据时间与栏目类型生成文章"
>
<i
class=
"el-icon-question"
slot=
"reference"
></i>
</el-popover>
</template>
<tree-select
v-model=
"contentSection"
:props=
"{value: 'id',label: 'categoryTitle',children: 'children'}"
:options=
"treeList"
:style=
"{width:'100%'}"
...
...
@@ -103,7 +99,14 @@
</div>
<div
class=
"class-23"
>
<div
class=
"class-24"
>
<el-form-item
label=
"生成栏目"
>
<el-form-item>
<template
slot=
'label'
>
生成栏目
<el-popover
slot=
"label"
placement=
"top-start"
title=
"提示"
width=
"200"
trigger=
"hover"
content=
"更新栏目列表,推荐使用指定栏目更新。系统提示“更新中”请不要刷新页面或点击其他菜单。"
>
<i
class=
"el-icon-question"
slot=
"reference"
></i>
</el-popover>
</template>
<tree-select
v-model=
"section"
:props=
"{value: 'id',label: 'categoryTitle',children: 'children'}"
:options=
"treeList"
:style=
"{width:'100%'}"
...
...
Write
Preview
Markdown
is supported
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