Kaynağa Gözat

菜单图标修改

lzm 3 yıl önce
ebeveyn
işleme
a54dd49bc5
1 değiştirilmiş dosya ile 16 ekleme ve 7 silme
  1. 16 7
      sp-admin/sa-frame/menu-list.js

+ 16 - 7
sp-admin/sa-frame/menu-list.js

@@ -19,7 +19,7 @@ var menuList =	[
 	{
 		id: 'tb-costomer',
 		name: '客户管理',
-		icon: 'el-icon-folder-opened',
+		icon: 'el-icon-s-custom',
 		info: '客户管理表数据的维护',
 		childList: [
 			{id: 'tb-costomer-list', name: '客户列表', url: 'sa-view/tb-costomer/tb-costomer-list.html'},
@@ -40,7 +40,7 @@ var menuList =	[
 	{
 		id: 'tb-business',
 		name: '业务录入',
-		icon: 'el-icon-folder-opened',
+		icon: 'el-icon-edit-outline',
 		info: '业务登记表数据的维护',
 		childList: [
 			{id: 'tb-business-list', name: '业务列表', url: 'sa-view/tb-business/tb-business-list.html'},
@@ -53,7 +53,7 @@ var menuList =	[
 	{
 		id: 'tb-car',
 		name: '车辆管理',
-		icon: 'el-icon-folder-opened',
+		icon: 'el-icon-truck',
 		info: '表数据的维护',
 		childList: [
 			{id: 'tb-car-list', name: '车辆-列表', url: 'sa-view/tb-car/tb-car-list.html'},
@@ -63,7 +63,7 @@ var menuList =	[
 	{
 		id: 'tb-pass-record',
 		name: '放行记录',
-		icon: 'el-icon-folder-opened',
+		icon: 'el-icon-notebook-2',
 		info: '放行日志表数据的维护',
 		childList: [
 			{id: 'tb-pass-record-list', name: '放行列表', url: 'sa-view/tb-pass-record/tb-pass-record-list.html'},
@@ -72,13 +72,13 @@ var menuList =	[
 	{
 		id: 'info-setting',
 		name: '信息设置',
-		icon: 'el-icon-folder-opened',
+		icon: 'el-icon-monitor',
 		info: '信息设置',
 		childList: [
 			{
 				id: 'tb-item',
-				name: '收费标准管理',
-				icon: 'el-icon-folder-opened',
+				name: '收费管理',
+				icon: 'el-icon-coin',
 				info: '收费标准表数据的维护',
 				childList: [
 					{id: 'tb-item-list', name: '收费标准', url: 'sa-view/tb-item/tb-item-list.html'},
@@ -86,6 +86,15 @@ var menuList =	[
 			},
 		]
 	},
+	{
+		id: 'tb-notices',
+		name: '消息管理',
+		icon: 'el-icon-folder-opened',
+		info: '消息表表数据的维护',
+		childList: [
+			{id: 'tb-notices-list', name: '消息列表', url: 'sa-view/tb-notices/tb-notices-list.html'},
+		]
+	},
 
 	// {
 	// 	id: 'tb-driver',