Skip to content

Commit

Permalink
dashboard show text "订单总数", "订单金额"
Browse files Browse the repository at this point in the history
  • Loading branch information
yeguangsuixing committed Aug 24, 2023
1 parent 0a31531 commit 3d2d849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/dashboard/admin/components/PanelGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</div>
<div class="card-panel-description">
<div class="card-panel-text">
充值金额
订单总数
</div>
<count-to :start-val="0" :end-val="126" :duration="3200" class="card-panel-num" />
<count-to :start-val="0" :end-val="0" :duration="3200" class="card-panel-num" />
</div>
</div>
</el-col>
Expand All @@ -46,9 +46,9 @@
</div>
<div class="card-panel-description">
<div class="card-panel-text">
消耗tokens总数
订单金额
</div>
<count-to :start-val="0" :end-val="103600" :duration="3600" class="card-panel-num" />
<count-to :start-val="0" :end-val="0" :duration="3600" class="card-panel-num" />
</div>
</div>
</el-col>
Expand Down

0 comments on commit 3d2d849

Please sign in to comment.