new Vue({ el: "#app", data: { tabs: [{ text: '订单消息' }, { text: '财务消息' }, { text: '订单出库' }], curTab: 0 } })