update 产线平衡分析

This commit is contained in:
lb
2023-11-28 19:31:08 +08:00
parent 978291e68a
commit c0daa74a84
2 changed files with 63 additions and 39 deletions

View File

@@ -33,7 +33,7 @@
:data-value="fc.id"
class="factory-list__item"
:class="{ 'is-current': fc.id == currentFactory?.id }">
<span>
<span :data-value="fc.id">
{{ fc.label }}
</span>
<svg-icon
@@ -98,9 +98,7 @@
</base-table>
</el-tab-pane>
<el-tab-pane :label="'\u3000柱状图\u3000'" name="graph">
<div
class="graph"
style="height: 100%;">
<div class="graph" style="height: 100%">
<!-- graph -->
<Graph
v-if="list.length"