|
@@ -26,32 +26,31 @@
|
26
|
26
|
{
|
27
|
27
|
path: '/rotationChart/list',
|
28
|
28
|
name: '轮播图管理',
|
29
|
|
- icon: 'smile',
|
|
29
|
+ icon: 'picCenter',
|
30
|
30
|
component: './rotationChart/list',
|
31
|
31
|
},
|
32
|
32
|
{
|
33
|
33
|
path: '/rotationChart/add',
|
34
|
34
|
name: '轮播图新增',
|
35
|
|
- icon: 'smile',
|
36
|
35
|
hideInMenu: true,
|
37
|
36
|
component: './rotationChart/edit',
|
38
|
37
|
},
|
39
|
38
|
{
|
40
|
39
|
path: '/rotationChart/edit',
|
41
|
40
|
name: '轮播图编辑',
|
42
|
|
- icon: 'smile',
|
43
|
41
|
hideInMenu: true,
|
44
|
42
|
component: './rotationChart/edit',
|
45
|
43
|
},
|
46
|
|
- {
|
47
|
|
- path: '/monitor',
|
48
|
|
- name: '监控管理',
|
49
|
|
- icon: 'VideoCameraOutlined',
|
50
|
|
- component: './monitor/index',
|
51
|
|
- },
|
|
44
|
+ // {
|
|
45
|
+ // path: '/monitor',
|
|
46
|
+ // name: '监控管理',
|
|
47
|
+ // icon: 'VideoCameraOutlined',
|
|
48
|
+ // component: './monitor/index',
|
|
49
|
+ // },
|
52
|
50
|
{
|
53
|
51
|
path: '/dish/list',
|
54
|
52
|
name: '菜肴管理',
|
|
53
|
+ icon: 'star',
|
55
|
54
|
icon: 'VideoCameraOutlined',
|
56
|
55
|
component: './dish/list',
|
57
|
56
|
},
|
|
@@ -66,32 +65,31 @@
|
66
|
65
|
path: '/dish/edit',
|
67
|
66
|
name: '菜肴修改',
|
68
|
67
|
hideInMenu: true,
|
69
|
|
- icon: 'VideoCameraOutlined',
|
70
|
68
|
component: './dish/edit',
|
71
|
69
|
},
|
72
|
70
|
{
|
73
|
71
|
path: '/package/list',
|
74
|
72
|
name: '套餐管理',
|
75
|
|
- icon: 'VideoCameraOutlined',
|
|
73
|
+ icon: 'shopping',
|
76
|
74
|
component: './package/index',
|
77
|
75
|
},
|
78
|
76
|
{
|
79
|
77
|
path: '/guaranteeTask/list',
|
80
|
78
|
name: '任务管理',
|
81
|
|
- icon: 'VideoCameraOutlined',
|
|
79
|
+ icon: 'borderBottom',
|
82
|
80
|
component: './guaranteeTask/index',
|
83
|
81
|
},
|
84
|
82
|
{
|
85
|
83
|
path: '/guaranteeTask/edit',
|
86
|
84
|
name: '任务详情',
|
87
|
|
- icon: 'VideoCameraOutlined',
|
|
85
|
+ icon: 'borderBottom',
|
88
|
86
|
// hideInMenu: true,
|
89
|
87
|
component: './guaranteeTask/Edit/index',
|
90
|
88
|
},
|
91
|
89
|
{
|
92
|
90
|
path: '/stock/list',
|
93
|
91
|
name: '库存管理',
|
94
|
|
- icon: 'smile',
|
|
92
|
+ icon: 'appstore',
|
95
|
93
|
component: './stock/list',
|
96
|
94
|
},
|
97
|
95
|
{
|
|
@@ -116,25 +114,24 @@
|
116
|
114
|
{
|
117
|
115
|
path: '/stockLog/list',
|
118
|
116
|
name: '库存日志',
|
119
|
|
- icon: 'VideoCameraOutlined',
|
|
117
|
+ icon: 'appstoreAdd',
|
120
|
118
|
component: './stock/stockLog',
|
121
|
119
|
},
|
122
|
120
|
{
|
123
|
121
|
path: '/stockClassification/list',
|
124
|
|
- name: '分类管理',
|
125
|
|
- icon: 'smile',
|
|
122
|
+ name: '库存分类',
|
|
123
|
+ icon: 'sortAscending',
|
126
|
124
|
component: './stockClassification/list',
|
127
|
125
|
},
|
128
|
126
|
{
|
129
|
127
|
path: '/stockClassification/edit',
|
130
|
|
- name: '分类管理',
|
131
|
|
- icon: 'smile',
|
|
128
|
+ name: '分类编辑',
|
132
|
129
|
hideInMenu: true,
|
133
|
130
|
component: './stockClassification/edit',
|
134
|
131
|
},
|
135
|
132
|
{
|
136
|
133
|
path: '/guaranteeTask/print',
|
137
|
|
- name: '保障单',
|
|
134
|
+ name: '保障单打印',
|
138
|
135
|
hideInMenu: true,
|
139
|
136
|
layout: false,
|
140
|
137
|
component: './guaranteeTask/print/index',
|