修改文案
site-dist-deploy / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
2026-05-10 20:10:24 +03:00
parent 3f0be7575c
commit 3639e10a11
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import request from '@/utils/request'
const data = ref([
{ label: '点击量', value: 0, key: 'clicks' },
{ label: '浏览量', value: 0, key: 'views' },
{ label: '付费数', value: 0, key: 'paid_count' },
{ label: '付费用户数', value: 0, key: 'paid_count' },
])
const growthRate = ref('N/A')
@@ -5,7 +5,7 @@
<div class="mb-[20px] flex justify-between border-b-1 border-dashed pb-4">
<div>
<div class="mb-1 text-base font-bold text-white">本月销售数据</div>
<div class="text-sm text-white/40">本月已成交订单{{ salesPage.total }}/</div>
<div class="text-sm text-white/40">本月已成交{{ salesPage.total }}</div>
</div>
<Button
variant="link"