Browse Source

修改数据显示单位,将"次"调整为"天"

master
parent
commit
582798f2c8
  1. 2
      src/views/Home/Index.vue

2
src/views/Home/Index.vue

@ -135,7 +135,7 @@
{{ item.name }}
</div>
<div class="color-#606266 w80px text-right">{{ item.realName }}</div>
<div class="color-#909399 w140px text-right">{{ item.count }}</div>
<div class="color-#909399 w140px text-right">{{ item.count }}</div>
</div>
<el-empty v-if="notice2.length == 0" />
</section>

Loading…
Cancel
Save