Skip to content

Commit e954ae6

Browse files
committed
支付:修复支付应用的 mock 展示不正确
1 parent 16369c0 commit e954ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pay/app/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<el-button
245245
type="success"
246246
circle
247-
v-if="isChannelExists(scope.row.channelCodes, PayChannelEnum.MOCK)"
247+
v-if="isChannelExists(scope.row.channelCodes, PayChannelEnum.MOCK.code)"
248248
@click="openChannelForm(scope.row, PayChannelEnum.MOCK.code)"
249249
>
250250
<Icon icon="ep:check" />

0 commit comments

Comments
 (0)