zhangwencui
2026-02-10 9c83f21a3e781ab5520b5eb7ddfe35c3638a9a21
src/pages/sales/receiptPaymentLedger/detail.vue
@@ -54,6 +54,10 @@
            <text class="detail-label">应收金额(元)</text>
            <text class="detail-value danger">{{ formatAmount(item.unReceiptPaymentAmount) }}</text>
          </view>
          <view class="detail-row">
            <text class="detail-label">发生日期</text>
            <text class="detail-value">{{ item.receiptPaymentDate }}</text>
          </view>
        </view>
      </view>
    </view>