制造成本分析修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user