支付:修复支付应用的 mock 展示不正确
(cherry picked from commit e954ae6010ad9a4a1d4bc30f09267beb30180d39)
This commit is contained in:
parent
e4a6e3f94b
commit
dddc6a2e0d
@ -244,7 +244,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="success"
|
type="success"
|
||||||
circle
|
circle
|
||||||
v-if="isChannelExists(scope.row.channelCodes, PayChannelEnum.MOCK)"
|
v-if="isChannelExists(scope.row.channelCodes, PayChannelEnum.MOCK.code)"
|
||||||
@click="openChannelForm(scope.row, PayChannelEnum.MOCK.code)"
|
@click="openChannelForm(scope.row, PayChannelEnum.MOCK.code)"
|
||||||
>
|
>
|
||||||
<Icon icon="ep:check" />
|
<Icon icon="ep:check" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user