制造成本分析修改

This commit is contained in:
2026-03-26 09:52:35 +08:00
parent 4f7466bb29
commit e770dc4fed
9 changed files with 628 additions and 23 deletions

View File

@@ -44,7 +44,7 @@
</div>
</div>
<div class="lineBottom" style="height: 100%; width: 100%">
<operatingLineBar :chartData="chartD" style="height: 99%; width: 100%" />
<operatingLineBar :chartData="chartD" style="height: 99%; width: 100%" :showRelated='showRelated'/>
</div>
</div>
</template>
@@ -56,7 +56,7 @@ import * as echarts from 'echarts';
export default {
name: "Container",
components: { operatingLineBar },
props: ["chartData"],
props: ["chartData","showRelated"],
data() {
return {
activeButton: 0,