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
042cdb9e
Commit
042cdb9e
authored
Aug 07, 2020
by
vip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
栏目首页增加排序
parent
87c920ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
index.ftl
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
+7
-5
No files found.
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
View file @
042cdb9e
...
...
@@ -44,11 +44,13 @@
</el-table-column>
<el-table-column
label=
"属性"
align=
"center"
prop=
"categoryType"
:formatter=
"categoryTypeFormat"
width=
"70"
>
</el-table-column>
<el-table-column
label=
"链接地址"
align=
"left"
prop=
"categoryPath"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer"
class=
"copyBtn"
:data-clipboard-text=
"'{ms:global.url/}'+scope.row.categoryPath+'/index.html'"
@
click=
"copyUrl"
>
{{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
</span>
</template>
</el-table-column>
<el-table-column
label=
"排序"
align=
"center"
prop=
"categorySort"
width=
"70"
>
</el-table-column>
<el-table-column
label=
"链接地址"
align=
"left"
prop=
"categoryPath"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer"
class=
"copyBtn"
:data-clipboard-text=
"'{ms:global.url/}'+scope.row.categoryPath+'/index.html'"
@
click=
"copyUrl"
>
{{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
</span>
</template>
</el-table-column>
<el-table-column
label=
"列表地址"
align=
"left"
prop=
"categoryListUrl"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"内容地址"
align=
"left"
prop=
"categoryUrl"
show-overflow-tooltip
>
...
...
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