|
@@ -20,7 +20,7 @@
|
|
<div class="left_bottom">
|
|
<div class="left_bottom">
|
|
<!-- <div class="left_top_title"></div> -->
|
|
<!-- <div class="left_top_title"></div> -->
|
|
|
|
|
|
- <div class="middle_top_list">
|
|
|
|
|
|
+ <!-- <div class="middle_top_list">
|
|
<div class="list_title">压入式风机风压</div>
|
|
<div class="list_title">压入式风机风压</div>
|
|
<div class="list_num list_num1"><span class="counter-value">548</span>m^3/min</div>
|
|
<div class="list_num list_num1"><span class="counter-value">548</span>m^3/min</div>
|
|
|
|
|
|
@@ -38,8 +38,9 @@
|
|
<div class="middle_top_list">
|
|
<div class="middle_top_list">
|
|
<div class="list_title">除尘风机风量</div>
|
|
<div class="list_title">除尘风机风量</div>
|
|
<div class="list_num list_num2"><span class="counter-value">3803</span>m^3/min</div>
|
|
<div class="list_num list_num2"><span class="counter-value">3803</span>m^3/min</div>
|
|
- </div>
|
|
|
|
-
|
|
|
|
|
|
+ </div> -->
|
|
|
|
+ <lmid></lmid>
|
|
|
|
+ <lbottom></lbottom>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -128,18 +129,8 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <!-- <div class="right_bottom"> -->
|
|
|
|
- <!-- <div id="right-bottom">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </div> -->
|
|
|
|
- <!-- </div> -->
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -157,6 +148,8 @@ import tempChart2 from "@/components/tunneling/temporature-two.vue";
|
|
import rtop from "@/components/tunneling/rtop.vue";
|
|
import rtop from "@/components/tunneling/rtop.vue";
|
|
import worklog from "../../components/tunneling/worklog.vue";
|
|
import worklog from "../../components/tunneling/worklog.vue";
|
|
import rtone from "@/components/tunneling/rtone.vue";
|
|
import rtone from "@/components/tunneling/rtone.vue";
|
|
|
|
+import lmid from "@/components/tunneling/lmid.vue";
|
|
|
|
+import lbottom from "@/components/tunneling/lbottom.vue";
|
|
export default {
|
|
export default {
|
|
name: "personnelPositioning",
|
|
name: "personnelPositioning",
|
|
components: {
|
|
components: {
|
|
@@ -174,6 +167,8 @@ export default {
|
|
rtop,
|
|
rtop,
|
|
rtone,
|
|
rtone,
|
|
worklog,
|
|
worklog,
|
|
|
|
+ lmid,
|
|
|
|
+ lbottom,
|
|
},
|
|
},
|
|
data() {},
|
|
data() {},
|
|
};
|
|
};
|