参考《我的事务》列表模块的跳转按钮事件
{ title: this.$t("wel.data4.column1"), count: this.data4[0], icon: "el-icon-warning", color: "rgb(49, 180, 141)", click:this.handleOrder },
methods: {
handleOrder() { this.$router.push({path: `/orders/orders`}); } }
这样就行啦
讨论(0)