浏览代码

修改名称

lex 1 年之前
父节点
当前提交
7c67939491
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/collection-record-detail/index.tsx

+ 1 - 1
src/views/collection-record-detail/index.tsx

@@ -188,7 +188,7 @@ export default defineComponent({
                   )}
                   {['CLOSED'].includes(state.orders.status) && (
                     <div class={styles.orderPrice}>
-                      付金额:¥ {moneyFormat(state.orders.paymentCashAmount)}
+                      付金额:¥ {moneyFormat(state.orders.paymentCashAmount)}
                     </div>
                   )}
                 </div>