点击这张图片 ,怎么设置才能跳转到左侧菜单的订单列表页面
参考《我的事务》列表模块的跳转按钮事件
{ 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`}); } }
这样就行啦
扫一扫访问 Blade技术社区 移动端