lex 1 rok pred
rodič
commit
7c67939491

+ 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>