Skip to content

Commit

Permalink
fix: analysis trend comp
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Dec 12, 2018
1 parent 1cd7cbe commit e6cb6a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/views/dashboard/Analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,14 @@
<mini-progress color="rgb(19, 194, 194)" :target="80" :percentage="78" height="8px" />
</div>
<template slot="footer">
<trend style="margin-right: 16px;" term="同周比" :percentage="12" :type="true" :fixed="0" />
<trend term="日环比" :target="80" :value="78" :fixed="0" />
<trend flag="down" style="margin-right: 16px;">
<span slot="term">同周比</span>
12%
</trend>
<trend flag="up">
<span slot="term">日环比</span>
80%
</trend>
</template>
</chart-card>
</a-col>
Expand Down

0 comments on commit e6cb6a1

Please sign in to comment.