Skip to content

Commit 2fae054

Browse files
committed
fix: analysis trend comp
1 parent fae2b93 commit 2fae054

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/views/dashboard/Analysis.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,14 @@
5050
<mini-progress color="rgb(19, 194, 194)" :target="80" :percentage="78" height="8px" />
5151
</div>
5252
<template slot="footer">
53-
<trend style="margin-right: 16px;" term="同周比" :percentage="12" :type="true" :fixed="0" />
54-
<trend term="日环比" :target="80" :value="78" :fixed="0" />
53+
<trend flag="down" style="margin-right: 16px;">
54+
<span slot="term">同周比</span>
55+
12%
56+
</trend>
57+
<trend flag="up">
58+
<span slot="term">日环比</span>
59+
80%
60+
</trend>
5561
</template>
5662
</chart-card>
5763
</a-col>

0 commit comments

Comments
 (0)