From bf1179154a2045018500fa52ff8e03bbcaeb6690 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 13 Jun 2025 12:00:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(bonus/real-time):=20=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E5=A5=96=E9=87=91=20=E5=A5=96=E9=87=91=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/bonus.js | 2 +- pages/bonus/real-time.vue | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/bonus.js b/config/bonus.js index 4132071..06973f1 100644 --- a/config/bonus.js +++ b/config/bonus.js @@ -23,4 +23,4 @@ export const realTimeBonus = () => //奖金明细列表 export const queryBonusList = params => - http.post('/bonus/api/bonus/query-bonus-first/', { params }) + http.post('/bonus/api/bonus/query-bonus-first', { params }) diff --git a/pages/bonus/real-time.vue b/pages/bonus/real-time.vue index aa43dcf..99853ae 100644 --- a/pages/bonus/real-time.vue +++ b/pages/bonus/real-time.vue @@ -16,7 +16,9 @@ 奖金日期 - {{ bonusData.settleDate }} + {{ + bonusData.settleDate || formatDate + }} {{ label }} @@ -32,7 +34,7 @@ 小计(¥) ¥ - {{ bonusData.subtotal || '0.00' }} + {{ bonusData.retailRealSubtotal || '0.00' }} @@ -41,6 +43,7 @@