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
080fa960
Commit
080fa960
authored
Dec 31, 2019
by
sgjj
Browse files
修复远程搜索
parent
96693c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
080fa960
...
...
@@ -4,6 +4,7 @@
<title>文章主体</title>
<#include "../../include/head-file.ftl">
<#include "../../include/increase-search.ftl">
</
head
>
<
body
>
<
div
id="main" class="ms-index" v-cloak>
...
...
@@ -145,8 +146,8 @@
data
:{
conditionList
:
[
{
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_type
'
,
el
:
'
eq
'
,
model
:
'
contentType
'
,
name
:
'文章类型'
,
type
:
'
checkbox
'
,
label
:
false
,
multiple
:
true
},
{
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
:
'文章类型'
,
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_author
'
,
el
:
'
eq
'
,
model
:
'
contentAuthor
'
,
name
:
'文章作者'
,
type
:
'
input
'
},
{
action
:
'
and
'
,
field
:
'
content_source
'
,
el
:
'
eq
'
,
model
:
'
contentSource
'
,
name
:
'文章来源'
,
type
:
'
input
'
},
...
...
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