edit
This commit is contained in:
@ -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)
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user