From 614923b3956fd8883edfce8ec1f49119a76c5330 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 14 Oct 2024 22:10:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E7=8E=B0=E9=87=91=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index1/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/order/index1/index.vue b/src/views/order/index1/index.vue index 1d28c54..b233852 100644 --- a/src/views/order/index1/index.vue +++ b/src/views/order/index1/index.vue @@ -23,6 +23,11 @@ + + + + + @@ -426,6 +431,7 @@ const getList = async () => { cardData.value.count = res.data.total cardData.value.commission = res.data.total_commission cardData.value.pulse = res.data.total_pulse + cardData.value.discount_number = res.data.discount_number } catch (error) { $message.error(error.msg) throw error