Browse Source

refactor(workspace): 工作台 日环比改为 两位小数

zhangrenyuan/feature-20250714163943-金币前端二期
lihui 3 weeks ago
parent
commit
8667797b75
  1. 2
      src/views/workspace/index.vue

2
src/views/workspace/index.vue

@ -104,7 +104,7 @@
</el-icon>
</template>
</el-col>
<el-col class="center-card">日环比:{{ sumDaily }}%&nbsp;&nbsp;&nbsp;&nbsp;
<el-col class="center-card">日环比:{{ sumDaily.toFixed(2) }}%&nbsp;&nbsp;&nbsp;&nbsp;
<template v-if="sumDaily > 0">
<el-icon style="color:red">
<ArrowUpBold/>

Loading…
Cancel
Save