<router-link :to="{ path: 'couponUserList', query: { id: record.id} }">{{text}}</router-link>
使用<router-link>进行页面跳转,path 跳转地址
query 参数
跳转的页面通过this.$route.query.id获取参数内容