|
|
@@ -35,8 +35,13 @@
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
<span slot="action" slot-scope="text, record ,index">
|
|
|
- <a v-if="record.isDrawback === 0" @click="handleMoney(record,index)" v-has="'account:refund'">退款</a>
|
|
|
- </span>
|
|
|
+ <template v-if="record.isDrawback === 0 && !model.cpSettingId">
|
|
|
+ <a @click="handleMoney(record,index)" v-has="'account:refund'">退款</a>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ --
|
|
|
+ </template>
|
|
|
+ </span>
|
|
|
</a-table>
|
|
|
</div>
|
|
|
</a-card>
|