| | |
| | | <div class="leading-20">实际退款:{{ item.totalFee }}</div> |
| | | <div class="leading-20 flex"> |
| | | 申请理由: |
| | | <div class="flex-1 text-overflow-2 w-0">{{ item.reason }}</div> |
| | | <div class="flex-1 text-overflow-2 w-0 break-all"> |
| | | {{ item.reason }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="table-td !flex-none w-120 flex items-center"> |
| | |
| | | </div> |
| | | <div class="table-td !flex-none w-180 flex items-center"> |
| | | <el-button type="text" @click="onDetail(item)">查看详情</el-button> |
| | | <el-button type="text" @click="onHandle(item)">售后处理</el-button> |
| | | <el-button |
| | | v-if="item.status === 'PENDING'" |
| | | type="text" |
| | | @click="onHandle(item)" |
| | | >售后处理</el-button |
| | | > |
| | | </div> |
| | | </div> |
| | | </div> |