|
@@ -75,12 +75,9 @@
|
|
|
<!-- 第三行数据 -->
|
|
|
<div class="content-box">
|
|
|
<div>
|
|
|
- <dv-border-box-12 v-show="linecode!='所有'">
|
|
|
+ <dv-border-box-12>
|
|
|
<centerLeft_two />
|
|
|
</dv-border-box-12>
|
|
|
- <dv-border-box-12 v-show="linecode=='所有'">
|
|
|
- <centerLeft1ALL />
|
|
|
- </dv-border-box-12>
|
|
|
</div>
|
|
|
<div>
|
|
|
<dv-border-box-12>
|
|
@@ -128,7 +125,6 @@ import centerRight1 from './centerRight1'
|
|
|
import center from './center'
|
|
|
import bottomLeft2 from './bottomLeft2'
|
|
|
import bottomRight from './bottomRight'
|
|
|
-import centerLeft1ALL from "@/views/assembly/centerLeft1ALL.vue";
|
|
|
|
|
|
export default {
|
|
|
mixins: [ drawMixin ],
|
|
@@ -145,7 +141,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
- centerLeft1ALL,
|
|
|
centerLeft1,
|
|
|
centerLeft_two,
|
|
|
centerRight1,
|