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
080fa960
Commit
080fa960
authored
Dec 31, 2019
by
sgjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复远程搜索
parent
96693c07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main.ftl
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
+3
-2
No files found.
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
080fa960
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<title>
文章主体
</title>
<title>
文章主体
</title>
<
#
include
"../../
include
/
head-file
.
ftl
"
>
<
#
include
"../../
include
/
head-file
.
ftl
"
>
<
#
include
"../../
include
/
increase-search
.
ftl
"
>
<
#
include
"../../
include
/
increase-search
.
ftl
"
>
</head>
</head>
<body>
<body>
<div
id=
"main"
class=
"ms-index"
v-cloak
>
<div
id=
"main"
class=
"ms-index"
v-cloak
>
...
@@ -145,8 +146,8 @@
...
@@ -145,8 +146,8 @@
data
:{
data
:{
conditionList
:[
conditionList
:[
{
action
:
'and'
,
field
:
'content_title'
,
el
:
'eq'
,
model
:
'contentTitle'
,
name
:
'文章标题'
,
type
:
'input'
},
{
action
:
'and'
,
field
:
'content_title'
,
el
:
'eq'
,
model
:
'contentTitle'
,
name
:
'文章标题'
,
type
:
'input'
},
{
action
:
'and'
,
field
:
'content_category_id'
,
el
:
'eq'
,
model
:
'contentCategoryId'
,
name
:
'所属栏目'
,
type
:
'cascader'
,
multiple
:
false
},
{
action
:
'and'
,
field
:
'content_category_id'
,
el
:
'eq'
,
model
:
'contentCategoryId'
,
name
:
'所属栏目'
,
key
:
'id'
,
title
:
'categoryTitle'
,
type
:
'cascader'
,
multiple
:
false
},
{
action
:
'and'
,
field
:
'content_type'
,
el
:
'eq'
,
model
:
'contentType'
,
name
:
'文章类型'
,
type
:
'checkbox'
,
label
:
false
,
multiple
:
true
},
{
action
:
'and'
,
field
:
'content_type'
,
el
:
'eq'
,
model
:
'contentType'
,
name
:
'文章类型'
,
key
:
'dictValue'
,
title
:
'dictLabel'
,
type
:
'checkbox'
,
label
:
false
,
multiple
:
true
},
{
action
:
'and'
,
field
:
'content_display'
,
el
:
'eq'
,
model
:
'contentDisplay'
,
name
:
'是否显示'
,
type
:
'radio'
,
label
:
true
,
multiple
:
false
},
{
action
:
'and'
,
field
:
'content_display'
,
el
:
'eq'
,
model
:
'contentDisplay'
,
name
:
'是否显示'
,
type
:
'radio'
,
label
:
true
,
multiple
:
false
},
{
action
:
'and'
,
field
:
'content_author'
,
el
:
'eq'
,
model
:
'contentAuthor'
,
name
:
'文章作者'
,
type
:
'input'
},
{
action
:
'and'
,
field
:
'content_author'
,
el
:
'eq'
,
model
:
'contentAuthor'
,
name
:
'文章作者'
,
type
:
'input'
},
{
action
:
'and'
,
field
:
'content_source'
,
el
:
'eq'
,
model
:
'contentSource'
,
name
:
'文章来源'
,
type
:
'input'
},
{
action
:
'and'
,
field
:
'content_source'
,
el
:
'eq'
,
model
:
'contentSource'
,
name
:
'文章来源'
,
type
:
'input'
},
...
...
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