From c40281902a8d0cc7f23158558ec5a4c8ac9ba4e8 Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Fri, 21 Mar 2025 09:35:32 +0800
Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8F=E5=A4=9A?=
=?UTF-8?q?=E8=A7=84=E6=A0=BC=E9=80=80=E6=AC=BE=E9=80=80=E5=9B=9E=E5=BA=93?=
=?UTF-8?q?=E5=AD=98,=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89page=E4=B8=BA1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/coupon/index.vue | 16 +-
.../list/lineUplist/components/index.vue | 2 +-
.../application/list/lineUplist/record.vue | 7 +-
.../consumables/components/addConsTakin.vue | 37 +---
.../operation_in/components/goods-list.vue | 40 ++---
src/views/inventory/operation_in/index.vue | 167 +++++-------------
.../online-shop/components/addPadPage.vue | 40 ++---
src/views/online-shop/pad-setting.vue | 31 +---
src/views/product/index.vue | 2 +-
.../tool/Instead/components/choose-user.vue | 32 ++--
.../components/douyin-quan-bind-shop.vue | 27 ++-
11 files changed, 110 insertions(+), 291 deletions(-)
diff --git a/src/components/coupon/index.vue b/src/components/coupon/index.vue
index b2c65e2..9e59139 100644
--- a/src/components/coupon/index.vue
+++ b/src/components/coupon/index.vue
@@ -7,8 +7,7 @@
{{
- `满${scope.row.fullAmount}${
- scope.row.discountAmount ? "减" + scope.row.discountAmount + "元" : ""
+ `满${scope.row.fullAmount}${scope.row.discountAmount ? "减" + scope.row.discountAmount + "元" : ""
}`
}}
@@ -23,14 +22,9 @@
-
+