From b2334b4e5fa4200a2e6f7ad7dfb774b727e0c331 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Thu, 28 Dec 2023 11:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=A8=E6=88=B7=E9=80=81=E7=A4=BC?= =?UTF-8?q?=E6=B5=81=E6=B0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistic/LaborStatsView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/statistic/LaborStatsView.vue b/src/views/statistic/LaborStatsView.vue index 8ea7c38..8b0e803 100644 --- a/src/views/statistic/LaborStatsView.vue +++ b/src/views/statistic/LaborStatsView.vue @@ -118,6 +118,7 @@ export default { }, { field: 'newUserInRoom', title: '新用户进房人数', align: 'center', width: '5%' }, { field: 'newUserSendGift', title: '新用户送礼人数', align: 'center', width: '5%' }, + { field: 'newUserSendGiftAmount', title: '新用户送礼流水', align: 'center', width: '5%' }, ], undefinedText: "-", cache: false,