From bbae990ed1f4574fa954753faeae159052d03fba Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 27 一月 2026 16:14:06 +0800
Subject: [PATCH] 待我审核增加销售订单,采购订单
---
components/ZLGL/SampleSchemePopup.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/components/ZLGL/SampleSchemePopup.vue b/components/ZLGL/SampleSchemePopup.vue
index 7df8b14..a419f8c 100644
--- a/components/ZLGL/SampleSchemePopup.vue
+++ b/components/ZLGL/SampleSchemePopup.vue
@@ -60,7 +60,7 @@
<view class="over" v-show="HBillList.length == 0">鏆傛棤鏁版嵁</view>
</scroll-view>
<uni-pagination id="#pagination" title="鏍囬鏂囧瓧" v-model="curPage" :pageSize="size"
- :total="length"></uni-pagination>
+ :total="length" ></uni-pagination>
</view>
</uni-popup>
--
Gitblit v1.9.1