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
042cdb9e
"ve-admin/admin-web/src/api/user.js" did not exist on "95285c6231e14a5287b03449f211bfad4db9dd75"
Commit
042cdb9e
authored
Aug 07, 2020
by
vip
Browse files
栏目首页增加排序
parent
87c920ac
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
View file @
042cdb9e
...
@@ -43,6 +43,8 @@
...
@@ -43,6 +43,8 @@
<el-table-column label="标题" align="left" prop="categoryTitle">
<el-table-column label="标题" align="left" prop="categoryTitle">
</el-table-column>
</el-table-column>
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="70">
<el-table-column label="属性" align="center" prop="categoryType" :formatter="categoryTypeFormat" width="70">
</el-table-column>
<el-table-column label="排序" align="center" prop="categorySort" width="70">
</el-table-column>
</el-table-column>
<el-table-column label="链接地址" align="left" prop="categoryPath" show-overflow-tooltip>
<el-table-column label="链接地址" align="left" prop="categoryPath" show-overflow-tooltip>
<template slot-scope="scope">
<template slot-scope="scope">
...
...
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