Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -443,7 +443,11 @@ export default { | ... | @@ -443,7 +443,11 @@ export default { |
| 443 | }; | 443 | }; |
| 444 | }, | 444 | }, |
| 445 | computed: {}, | 445 | computed: {}, |
| 446 | - created() {}, | 446 | + filters: { |
| 447 | + statusBtn(status){ | ||
| 448 | + | ||
| 449 | + }, | ||
| 450 | + }, | ||
| 447 | mounted() {}, | 451 | mounted() {}, |
| 448 | methods: { | 452 | methods: { |
| 449 | // 当前激活面板改变时触发 | 453 | // 当前激活面板改变时触发 | ... | ... |
-
Please register or login to post a comment