发起申请右侧按钮
Showing
1 changed file
with
3 additions
and
23 deletions
| ... | @@ -77,28 +77,7 @@ export default { | ... | @@ -77,28 +77,7 @@ export default { |
| 77 | key: 0, | 77 | key: 0, |
| 78 | flag: false, | 78 | flag: false, |
| 79 | headerleftList: [], | 79 | headerleftList: [], |
| 80 | headerRightList: [ | 80 | headerRightList: [], |
| 81 | { | ||
| 82 | name: '登簿', | ||
| 83 | icon: 'fqsq2', | ||
| 84 | value: 'db' | ||
| 85 | }, | ||
| 86 | { | ||
| 87 | name: '退回', | ||
| 88 | icon: 'fqsq8', | ||
| 89 | value: 'th' | ||
| 90 | }, | ||
| 91 | { | ||
| 92 | name: '转出', | ||
| 93 | icon: 'fqsq9', | ||
| 94 | value: 'zc' | ||
| 95 | }, | ||
| 96 | { | ||
| 97 | name: '退出', | ||
| 98 | icon: 'del', | ||
| 99 | value: 'tc' | ||
| 100 | } | ||
| 101 | ], | ||
| 102 | activeName: 'slxx', | 81 | activeName: 'slxx', |
| 103 | tabList1: [], | 82 | tabList1: [], |
| 104 | tabList: [], | 83 | tabList: [], |
| ... | @@ -155,7 +134,8 @@ export default { | ... | @@ -155,7 +134,8 @@ export default { |
| 155 | if (res.code === 200) { | 134 | if (res.code === 200) { |
| 156 | this.tabList1 = [...res.result.form] | 135 | this.tabList1 = [...res.result.form] |
| 157 | this.tabList = res.result.form; | 136 | this.tabList = res.result.form; |
| 158 | this.headerleftList = res.result.button | 137 | this.headerleftList = res.result.button; |
| 138 | this.headerRightList = res.result.operation; | ||
| 159 | } | 139 | } |
| 160 | }) | 140 | }) |
| 161 | }, | 141 | }, | ... | ... |
-
Please register or sign in to post a comment