mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
打包
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
v-if="row.payStatus == 1"
|
||||
v-if="row.payStatus == 1 && row.isRefund == 0"
|
||||
v-perms="['finance:recharger:refund']"
|
||||
type="primary"
|
||||
link
|
||||
@@ -102,6 +102,9 @@
|
||||
>
|
||||
退款
|
||||
</el-button>
|
||||
<el-button v-if="row.payStatus == 1 && row.isRefund == 1" link>
|
||||
{{ row.refundStatusMsg }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user