fix: 改bug

This commit is contained in:
wanglei
2024-06-29 14:13:29 +08:00
parent 6fc848d164
commit 388274ace5

View File

@@ -33,8 +33,8 @@
</div> </div>
<div class="right-row flex-col"> <div class="right-row flex-col">
<ai-title title="网格五星门店数量排名"></ai-title> <ai-title title="网格五星门店数量排名"></ai-title>
<div class="bar-chart" v-if="chartList.length" ref="chartRef"></div> <div class="bar-chart" v-show="chartList && chartList.length > 0" ref="chartRef"></div>
<div v-else class="no-data" style="height:160px;"/> <div v-show="chartList && chartList.length === 0" class="no-data" style="width:386px;height:160px;"/>
</div> </div>
</div> </div>
<ai-title title="统计列表"></ai-title> <ai-title title="统计列表"></ai-title>