gaoluyang
3 天以前 7eebd7981c1f5d2c569556d1e87f7818cef18cce
src/pages/sales/receiptPaymentHistory/index.vue
@@ -1,14 +1,7 @@
<template>
   <view class="receipt-payment-history">
      <!-- 页面头部 -->
      <van-nav-bar
         title="回款历史"
         left-text="返回"
         left-arrow
         @click-left="goBack"
         fixed
         placeholder
      />
      <!-- 使用通用页面头部组件 -->
      <PageHeader title="回款历史" @back="goBack" />
      
      <!-- 搜索区域 -->
      <view class="search-section">
@@ -289,7 +282,7 @@
}
.tag-text {
   font-size: 11px;
   font-size: 14px;
   color: #ffffff;
   font-weight: 500;
}