解决跳转不回显应用的问题;
This commit is contained in:
parent
a995818d8c
commit
7692e9b7e5
|
|
@ -45,7 +45,7 @@
|
|||
<template slot="opSlot" slot-scope="{record}"> <!-- 操作列插槽 -->
|
||||
<JeepayTableColumns>
|
||||
<a-button type="link" v-if="$access('ENT_MCH_PAY_TEST')">
|
||||
<router-link :to="{path:'paytest',params:{appId:record.appId}}">
|
||||
<router-link :to="{name:'ENT_MCH_PAY_TEST', params:{appId:record.appId}}">
|
||||
支付体验
|
||||
</router-link>
|
||||
</a-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue