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>