退款类型增加

This commit is contained in:
GaoHao
2025-04-15 13:45:00 +08:00
parent c0f03ef9aa
commit acad1cd067
4 changed files with 12 additions and 1 deletions

View File

@@ -166,6 +166,12 @@
</view>
<template v-if="orderInfo.refundAmount">
<view class="u-flex u-row-between u-m-t-32">
<view>退款类型</view>
<view class="color-999">
<text class="">{{$dict.getDiceName(orderInfo.refundType,'refundType')||''}}</text>
</view>
</view>
<view class="u-flex u-row-between u-m-t-32">
<view>退款金额</view>
<view class="color-999">

View File

@@ -12,7 +12,7 @@
</view>
<view class="u-flex">
<view>
<text :class="[data.status]">{{$dict.getDiceName(data.status,'orderStatus')}}</text>
<text :class="[data.status]">{{$dict.getDiceName(data.status,'orderStatus')}}{{data.refundType?'['+$dict.getDiceName(data.refundType,'refundType')+']':''}}</text>
</view>
<view class="line"></view>
<view class=" color-main">