gaoluyang
9 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages/sales/receiptPaymentLedger/detail.vue
@@ -1,14 +1,7 @@
<template>
   <view class="receipt-payment-detail">
      <!-- 页面头部 -->
      <van-nav-bar
         title="客户往来详情"
         left-text="返回"
         left-arrow
         @click-left="goBack"
         fixed
         placeholder
      />
      <!-- 使用通用页面头部组件 -->
      <PageHeader title="客户往来详情" @back="goBack" />
      
      <!-- 统计信息 -->
      <view class="summary-info" v-if="tableData.length > 0">
@@ -122,6 +115,8 @@
   
   const param = {
      customerId: customerId.value,
      current: -1,
      size: -1
   };
   
   customerInteractions(param).then((res) => {