|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <ContentWrap v-hasPermi="['pay:currency-recharge:query']">
|
|
|
|
|
|
+ <ContentWrap>
|
|
<!-- 搜索工作栏 -->
|
|
<!-- 搜索工作栏 -->
|
|
<el-form
|
|
<el-form
|
|
class="-mb-15px"
|
|
class="-mb-15px"
|
|
@@ -103,7 +103,7 @@
|
|
/>
|
|
/>
|
|
<el-table-column label="操作" align="center">
|
|
<el-table-column label="操作" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-button v-if="scope.row.payStatus && !scope.row.refundStatus" link type="danger" @click="handleRefund(scope.row)">发起退款</el-button>
|
|
|
|
|
|
+ <el-button v-if="scope.row.payStatus" link type="danger" @click="handleRefund(scope.row)">发起退款</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|