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
04184cc5
Commit
04184cc5
authored
Oct 23, 2021
by
mingsoft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化文章列表
parent
9a24895a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.ftl
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
+2
-2
No files found.
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
04184cc5
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<el-header
class=
"ms-header"
height=
"50px"
>
<el-header
class=
"ms-header"
height=
"50px"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<
@
shiro
.
hasPermission
name=
"cms:content:save"
>
<
@
shiro
.
hasPermission
name=
"cms:content:save"
>
<el-button
v-if=
"leaf==
'true'
"
type=
"primary"
icon=
"el-icon-plus"
size=
"mini"
@
click=
"save()"
>
新增
</el-button>
<el-button
v-if=
"leaf==
true
"
type=
"primary"
icon=
"el-icon-plus"
size=
"mini"
@
click=
"save()"
>
新增
</el-button>
</
@
shiro
.hasPermission
>
</
@
shiro
.hasPermission
>
<
@
shiro
.
hasPermission
name=
"cms:content:del"
>
<
@
shiro
.
hasPermission
name=
"cms:content:del"
>
<el-button
type=
"danger"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"del(selectionList)"
:disabled=
"!selectionList.length"
>
删除
</el-button>
<el-button
type=
"danger"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"del(selectionList)"
:disabled=
"!selectionList.length"
>
删除
</el-button>
...
@@ -471,7 +471,7 @@
...
@@ -471,7 +471,7 @@
this
.
contentCategoryIdOptionsGet
();
this
.
contentCategoryIdOptionsGet
();
this
.
contentTypeOptionsGet
();
this
.
contentTypeOptionsGet
();
this
.
form
.
categoryId
=
ms
.
util
.
getParameter
(
"categoryId"
);
this
.
form
.
categoryId
=
ms
.
util
.
getParameter
(
"categoryId"
);
this
.
leaf
=
ms
.
util
.
getParameter
(
"leaf"
);
this
.
leaf
=
ms
.
util
.
getParameter
(
"leaf"
)
==
null
?
true
:
JSON
.
parse
(
ms
.
util
.
getParameter
(
"leaf"
))
;
if
(
history
.
hasOwnProperty
(
"state"
))
{
if
(
history
.
hasOwnProperty
(
"state"
))
{
this
.
form
=
history
.
state
.
form
;
this
.
form
=
history
.
state
.
form
;
this
.
currentPage
=
history
.
state
.
page
.
pageNo
;
this
.
currentPage
=
history
.
state
.
page
.
pageNo
;
...
...
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