update 设备加工数量

This commit is contained in:
lb
2023-09-11 14:57:55 +08:00
parent c44ec6f49c
commit b91b8c3d3c
2 changed files with 69 additions and 11 deletions

View File

@@ -48,7 +48,8 @@
<div class="graph" style="height: 56vh;" v-else>
<!-- graph -->
<Graph />
<Graph v-if="list.length" :equipment-list="list" />
<div v-else style="color: #c7c7c7; text-align: center; margin-top: 20px;">没有设备</div>
</div>
</transition>
</div>