一、效果

AVUE 页面 返回

二、代码

1、返回的按钮

<el-button type="primary"
		   size="small"
		   icon="el-icon-back"
		   plain
		   @click="handleGoBack">返 回
</el-button>

AVUE 页面 返回

2、返回的方法

  handleGoBack() {
	this.$router.push({// 跳转到订单列表界面
	  path: '/oms/orderimportrecord',
	});
  },

AVUE 页面 返回

相关文章:

  • 2021-11-08
  • 2022-12-23
  • 2021-11-27
  • 2021-12-05
  • 2021-11-20
  • 2021-12-22
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案