7b5e34cd by 蔡俊立

发起申请右侧按钮

1 parent efb3da58
......@@ -77,28 +77,7 @@ export default {
key: 0,
flag: false,
headerleftList: [],
headerRightList: [
{
name: '登簿',
icon: 'fqsq2',
value: 'db'
},
{
name: '退回',
icon: 'fqsq8',
value: 'th'
},
{
name: '转出',
icon: 'fqsq9',
value: 'zc'
},
{
name: '退出',
icon: 'del',
value: 'tc'
}
],
headerRightList: [],
activeName: 'slxx',
tabList1: [],
tabList: [],
......@@ -155,7 +134,8 @@ export default {
if (res.code === 200) {
this.tabList1 = [...res.result.form]
this.tabList = res.result.form;
this.headerleftList = res.result.button
this.headerleftList = res.result.button;
this.headerRightList = res.result.operation;
}
})
},
......