From f37e9d0d1adc70cb5a50b17edaad2ab7fb5b6211 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 5 Jun 2024 17:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/couponDetail.vue | 5 ++- src/views/coupon/coupon-list/index.vue | 53 +++++++++++++++++++++----- 2 files changed, 46 insertions(+), 12 deletions(-) diff --git a/src/components/couponDetail.vue b/src/components/couponDetail.vue index 4f0d446..6506fc4 100644 --- a/src/components/couponDetail.vue +++ b/src/components/couponDetail.vue @@ -115,6 +115,7 @@ @@ -260,7 +261,7 @@ - + - + + + @@ -39,6 +41,16 @@ + + + + 专家问诊 + 快速问诊 + 公益问诊 + 问诊购药 + 糖组检测 + + @@ -204,7 +219,7 @@ const isVisible=ref(false); dataIndex: 'coupon_client', slotName:'coupon_client' },{ - title: '使用对象', + title: '发放对象', dataIndex: 'distribution_object', slotName:'distribution_object' },{ @@ -216,13 +231,31 @@ const isVisible=ref(false); dataIndex: 'application_scope', slotName:'application_scope' }, - // { - // title: '有效期', - // dataIndex: 'valid_type', - // slotName:'valid_type' - // }, { - title: '是否开放', + title: '发放数量', + dataIndex:'coupon_count', + slotName:'coupon_count' + }, + { + title: '已领取数量', + dataIndex:'coupon_take_count ' + }, + { + title: '已使用数量', + dataIndex:'coupon_used_count' + }, + { + title: '优惠卷金额', + dataIndex:'coupon_price', + slotName:'coupon_price' + }, + { + title: '有效类型', + dataIndex:'valid_type', + slotName:'valid_type' + }, + { + title: '状态', dataIndex: 'coupon_status', slotName:'coupon_status' }, { title: '操作', slotName: 'action'}])