This commit is contained in:
Taric Xin
2022-01-21 11:17:29 +08:00
parent 869c01b1a9
commit 7c821be050
3 changed files with 2 additions and 14 deletions

View File

@ -37,11 +37,11 @@ export class BtnManagementComponent implements OnInit {
title: '操作', title: '操作',
buttons: [ buttons: [
{ {
code: '编辑', text: '编辑',
click: item => this.roleAction(item, 2) click: item => this.roleAction(item, 2)
}, },
{ {
code: '删除', text: '删除',
click: item => this.deleteAction(item) click: item => this.deleteAction(item)
}, },
] ]

View File

@ -118,12 +118,6 @@
"link": "/supply-management/index", "link": "/supply-management/index",
"reuse": true "reuse": true
}, },
{
"text": "货源管理",
"icon": "anticon anticon-dashboard",
"link": "/supply-management/index",
"hide": true
},
{ {
"text": "货源详情", "text": "货源详情",
"icon": "anticon anticon-dashboard", "icon": "anticon anticon-dashboard",

View File

@ -116,12 +116,6 @@
"link": "/supply-management/index", "link": "/supply-management/index",
"reuse": true "reuse": true
}, },
{
"text": "货源管理",
"icon": "anticon anticon-dashboard",
"link": "/supply-management/index",
"hide": true
},
{ {
"text": "货源详情", "text": "货源详情",
"icon": "anticon anticon-dashboard", "icon": "anticon anticon-dashboard",