【修复】修复退款单详情状态html不显示效果的问题。

This commit is contained in:
大灰灰
2022-12-27 23:46:56 +08:00
parent c9e689e03a
commit a84f3e137a

View File

@@ -88,7 +88,7 @@
<label for="status">状态</label>
</td>
<td>
{{ d.params.data.refundStatus || '' }}
{{-d.params.data.refundStatus}}
</td>
</tr>