|
@@ -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',
|