From 36cca7aa34e0da70246990151725bcf7f7841cfa Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Tue, 25 Feb 2025 18:04:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=93=E5=8D=B0=E6=9C=BA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/marketing/coupon/list.vue | 44 ++++++------------- src/views/devices/config/config.ts | 1 + 2 files changed, 14 insertions(+), 31 deletions(-) diff --git a/src/views/application/marketing/coupon/list.vue b/src/views/application/marketing/coupon/list.vue index 9183067..b9c1b26 100644 --- a/src/views/application/marketing/coupon/list.vue +++ b/src/views/application/marketing/coupon/list.vue @@ -4,11 +4,7 @@ - + 添加优惠券 @@ -19,8 +15,7 @@ @@ -42,10 +37,7 @@
{{ scope.row.number - scope.row.leftNumber }}
|
-
+
详情
@@ -55,38 +47,28 @@
- +
diff --git a/src/views/devices/config/config.ts b/src/views/devices/config/config.ts index 661ff13..8c696dc 100644 --- a/src/views/devices/config/config.ts +++ b/src/views/devices/config/config.ts @@ -32,6 +32,7 @@ export const options: optionObject = { { value: "all", label: '全部打印' }, { value: "normal", label: '仅打印结账单「前台」' }, { value: "one", label: '仅打印制作单「厨房」' }, + { value: "queue", label: '仅打印排队取号' }, ], printType: [ { label: "确认退款单", value: 'refund' },