Breadcrumb,Processed,UnProcessed },data() { return { // 默认第⼀个Tab activeName: 'first',isFirst: true,isSecond: false } },methods: { handleClick(tab) { if (tab.name === 'first') { this.isFirst = true this.isSecond = false } else if (tab.name === 'second') { this.is...
Breadcrumb,Processed,UnProcessed },data() { return { // 默认第⼀个Tab activeName: 'first',isFirst: true,isSecond: false } },methods: { handleClick(tab) { if (tab.name === 'first') { this.isFirst = true this.isSecond = false } else if (tab.name === 'second') { this.is...