From 5d51aeded717c667a22096174168e4e5e59bde39 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 22 八月 2025 15:38:57 +0800
Subject: [PATCH] 1.来票登记开发联调
---
src/pages/sales/receiptPaymentHistory/index.vue | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/src/pages/sales/receiptPaymentHistory/index.vue b/src/pages/sales/receiptPaymentHistory/index.vue
index e2be722..de4620d 100644
--- a/src/pages/sales/receiptPaymentHistory/index.vue
+++ b/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">
@@ -273,7 +266,7 @@
.item-tag {
border-radius: 4px;
- padding: 2px 8px;
+ padding: 2px 8px;
}
.tag-electric {
@@ -289,7 +282,7 @@
}
.tag-text {
- font-size: 11px;
+ font-size: 14px;
color: #ffffff;
font-weight: 500;
}
--
Gitblit v1.9.3