Browse Source

修改名称

lex 2 năm trước cách đây
mục cha
commit
7c67939491
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>