Browse Source

菜单新增合作社

linbl 1 year ago
parent
commit
91cb58f6a7
1 changed files with 23 additions and 1 deletions
  1. 23 1
      sa-frame/menu-list-sp.js

+ 23 - 1
sa-frame/menu-list-sp.js

@@ -340,6 +340,28 @@ window.menuList.unshift({
 				]
 			},
 
+			{
+				id: 'tb-cooperative',
+				icon: 'el-icon-film',
+				name: '合作社列表',
+				url: 'sa-view/tb-cooperative/tb-cooperative-list.html',
+				childList: [{
+					id: 'tb-cooperative-add',
+					name: '添加合作社',
+					isShow: false
+				},
+					{
+						id: 'tb-cooperative-edit',
+						name: '更新合作社',
+						isShow: false
+					},
+					{
+						id: 'tb-cooperative-del',
+						name: '删除合作社',
+						isShow: false
+					},
+				]
+			},
 
 			{
 				id: 'tb-message',
@@ -523,7 +545,7 @@ window.menuList.unshift({
 				id: 'order-list',
 				name: '订单管理',
 				parent: true,
-				icon: 'el-icon-s-grid',
+				//icon: 'el-icon-s-grid',
 				childList: [
 					{
 						id: 'ht-trade-settlement',