Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
9c005361
Commit
9c005361
authored
Jan 05, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 类别风格
parent
f5a117bb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
18 deletions
+40
-18
src/router/index.js
+6
-0
src/views/home/navMenu.vue
+33
-17
src/views/system/category-style.vue
+0
-0
src/views/system/transporters.vue
+1
-1
No files found.
src/router/index.js
View file @
9c005361
...
@@ -95,6 +95,12 @@ const routes = [
...
@@ -95,6 +95,12 @@ const routes = [
name
:
'system_transporters'
,
name
:
'system_transporters'
,
meta
:
{
title
:
'运输商列表'
},
meta
:
{
title
:
'运输商列表'
},
},
},
{
path
:
'/saas/category-style'
,
component
:
()
=>
import
(
'@/views/system/category-style.vue'
),
name
:
'system_category_style'
,
meta
:
{
title
:
'类别风格'
},
},
],
],
},
},
]
]
...
...
src/views/home/navMenu.vue
View file @
9c005361
...
@@ -164,7 +164,7 @@ export default {
...
@@ -164,7 +164,7 @@ export default {
index
:
'/system'
,
index
:
'/system'
,
children
:
[
children
:
[
{
{
id
:
4
,
id
:
1
,
path
:
''
,
path
:
''
,
label
:
'用户管理'
,
label
:
'用户管理'
,
icon
:
'el-icon-s-order'
,
icon
:
'el-icon-s-order'
,
...
@@ -172,7 +172,7 @@ export default {
...
@@ -172,7 +172,7 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
4
,
id
:
2
,
path
:
''
,
path
:
''
,
label
:
'角色管理'
,
label
:
'角色管理'
,
icon
:
'el-icon-s-order'
,
icon
:
'el-icon-s-order'
,
...
@@ -180,15 +180,7 @@ export default {
...
@@ -180,15 +180,7 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
4
,
id
:
3
,
path
:
''
,
label
:
'汇率币种'
,
icon
:
'el-icon-bank-card'
,
index
:
'/saas/currency'
,
children
:
[],
},
{
id
:
4
,
path
:
''
,
path
:
''
,
label
:
'定时任务'
,
label
:
'定时任务'
,
icon
:
'el-icon-message-solid'
,
icon
:
'el-icon-message-solid'
,
...
@@ -196,16 +188,32 @@ export default {
...
@@ -196,16 +188,32 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
5
,
id
:
4
,
path
:
''
,
path
:
''
,
label
:
'公告管理'
,
label
:
'公告管理'
,
icon
:
'el-icon-s-promotion'
,
icon
:
'el-icon-s-promotion'
,
index
:
'/saas/announceManage'
,
index
:
'/saas/announceManage'
,
children
:
[],
children
:
[],
},
},
],
},
{
id
:
5
,
path
:
''
,
label
:
'功能管理'
,
icon
:
''
,
index
:
''
,
children
:
[
{
{
id
:
6
,
id
:
1
,
path
:
''
,
label
:
'汇率币种'
,
icon
:
'el-icon-bank-card'
,
index
:
'/saas/currency'
,
children
:
[],
},
{
id
:
4
,
path
:
''
,
path
:
''
,
label
:
'国家代码'
,
label
:
'国家代码'
,
icon
:
'el-icon-s-flag'
,
icon
:
'el-icon-s-flag'
,
...
@@ -213,7 +221,7 @@ export default {
...
@@ -213,7 +221,7 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
7
,
id
:
5
,
path
:
''
,
path
:
''
,
label
:
'州省简称'
,
label
:
'州省简称'
,
icon
:
'el-icon-s-help'
,
icon
:
'el-icon-s-help'
,
...
@@ -221,7 +229,7 @@ export default {
...
@@ -221,7 +229,7 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
8
,
id
:
6
,
path
:
''
,
path
:
''
,
label
:
'客户管理'
,
label
:
'客户管理'
,
icon
:
'el-icon-s-custom'
,
icon
:
'el-icon-s-custom'
,
...
@@ -229,13 +237,21 @@ export default {
...
@@ -229,13 +237,21 @@ export default {
children
:
[],
children
:
[],
},
},
{
{
id
:
9
,
id
:
7
,
path
:
''
,
path
:
''
,
label
:
'运输商列表'
,
label
:
'运输商列表'
,
icon
:
'el-icon-s-operation'
,
icon
:
'el-icon-s-operation'
,
index
:
'/saas/logistics/transporters'
,
index
:
'/saas/logistics/transporters'
,
children
:
[],
children
:
[],
},
},
{
id
:
8
,
path
:
''
,
label
:
'类别风格'
,
icon
:
'el-icon-box'
,
index
:
'/saas/category-style'
,
children
:
[],
},
],
],
},
},
],
],
...
...
src/views/system/category-style.vue
0 → 100644
View file @
9c005361
This diff is collapsed.
Click to expand it.
src/views/system/transporters.vue
View file @
9c005361
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</el-form>
</el-form>
</div>
</div>
<div
class=
"table
_
wrap"
>
<div
class=
"table
-
wrap"
>
<table-view
<table-view
:sourceData=
"sourceData"
:sourceData=
"sourceData"
:tableColumns=
"tableColumns"
:tableColumns=
"tableColumns"
...
...
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