|
@@ -1,12 +1,14 @@
|
1
|
1
|
import {
|
2
|
|
- AppstoreOutlined,
|
3
|
|
- ContainerOutlined,
|
4
|
|
- DesktopOutlined,
|
5
|
|
- MailOutlined,
|
6
|
|
- MenuFoldOutlined,
|
7
|
|
- MenuUnfoldOutlined,
|
|
2
|
+ CommentOutlined,
|
8
|
3
|
ProjectOutlined,
|
9
|
4
|
SettingOutlined,
|
|
5
|
+ TeamOutlined,
|
|
6
|
+ UsergroupAddOutlined,
|
|
7
|
+ BankOutlined,
|
|
8
|
+ GoldOutlined,
|
|
9
|
+ EnvironmentOutlined,
|
|
10
|
+ BranchesOutlined,
|
|
11
|
+ NodeIndexOutlined,
|
10
|
12
|
} from '@ant-design/icons';
|
11
|
13
|
import { Outlet } from 'react-router-dom';
|
12
|
14
|
import AuthLayout from "@/layouts/AuthLayout";
|
|
@@ -61,7 +63,7 @@ export const authRoutes = [
|
61
|
63
|
element: <IssueList />,
|
62
|
64
|
meta: {
|
63
|
65
|
title: '问 题 单',
|
64
|
|
- icon: <ProjectOutlined />,
|
|
66
|
+ icon: <CommentOutlined />,
|
65
|
67
|
}
|
66
|
68
|
},
|
67
|
69
|
{
|
|
@@ -90,7 +92,7 @@ export const authRoutes = [
|
90
|
92
|
element: <LocTypeList />,
|
91
|
93
|
meta: {
|
92
|
94
|
title: '点位分类',
|
93
|
|
- // icon: <AppstoreOutlined />,
|
|
95
|
+ icon: <EnvironmentOutlined />,
|
94
|
96
|
// permission: 'form',
|
95
|
97
|
},
|
96
|
98
|
},
|
|
@@ -110,7 +112,7 @@ export const authRoutes = [
|
110
|
112
|
element: <IssueTypeList />,
|
111
|
113
|
meta: {
|
112
|
114
|
title: '问题分类',
|
113
|
|
- // icon: <AppstoreOutlined />,
|
|
115
|
+ icon: <BranchesOutlined />,
|
114
|
116
|
// permission: 'form',
|
115
|
117
|
},
|
116
|
118
|
},
|
|
@@ -129,7 +131,7 @@ export const authRoutes = [
|
129
|
131
|
element: <QuestionList />,
|
130
|
132
|
meta: {
|
131
|
133
|
title: '点位问题',
|
132
|
|
- // icon: <AppstoreOutlined />,
|
|
134
|
+ icon: <NodeIndexOutlined />,
|
133
|
135
|
// permission: 'form',
|
134
|
136
|
},
|
135
|
137
|
},
|
|
@@ -150,7 +152,7 @@ export const authRoutes = [
|
150
|
152
|
element: <User />,
|
151
|
153
|
meta: {
|
152
|
154
|
title: '人员管理',
|
153
|
|
- // icon: <AppstoreOutlined />,
|
|
155
|
+ icon: <TeamOutlined />,
|
154
|
156
|
// permission: 'form',
|
155
|
157
|
},
|
156
|
158
|
},
|
|
@@ -169,7 +171,7 @@ export const authRoutes = [
|
169
|
171
|
element: <Role />,
|
170
|
172
|
meta: {
|
171
|
173
|
title: '角色管理',
|
172
|
|
- // icon: <AppstoreOutlined />,
|
|
174
|
+ icon: <UsergroupAddOutlined />,
|
173
|
175
|
// permission: 'form',
|
174
|
176
|
},
|
175
|
177
|
},
|
|
@@ -178,7 +180,7 @@ export const authRoutes = [
|
178
|
180
|
element: <OrgList />,
|
179
|
181
|
meta: {
|
180
|
182
|
title: '机构管理',
|
181
|
|
- // icon: <AppstoreOutlined />,
|
|
183
|
+ icon: <BankOutlined />,
|
182
|
184
|
// permission: 'form',
|
183
|
185
|
},
|
184
|
186
|
},
|
|
@@ -187,7 +189,7 @@ export const authRoutes = [
|
187
|
189
|
element: <PositionList />,
|
188
|
190
|
meta: {
|
189
|
191
|
title: '岗位管理',
|
190
|
|
- // icon: <AppstoreOutlined />,
|
|
192
|
+ icon: <GoldOutlined />,
|
191
|
193
|
// permission: 'form',
|
192
|
194
|
},
|
193
|
195
|
},
|