Browse Source

关闭退款撤回

jiangcheng/feature-20260306102603-钱包体系
ZhangYong 4 weeks ago
parent
commit
8eb635d8f5
  1. 4
      src/views/moneyManage/refundDetail/refundService.vue

4
src/views/moneyManage/refundDetail/refundService.vue

@ -107,10 +107,10 @@
<el-table-column prop="operation" :label="t('common_list.operation')" fixed="right" width="140px">
<template #default="scope">
<div class="operation">
<el-button v-if="scope.row.status === 10" type="primary" text
<!-- <el-button v-if="scope.row.status === 10" type="primary" text
@click="showBackDialog(scope.row)">
{{ t('common.withdraw') }}
</el-button>
</el-button> -->
<el-button v-if="scope.row.status === 11" type="primary" text
@click="showEditDialog(scope.row)">
{{ t('common.edit') }}

Loading…
Cancel
Save