|
@@ -0,0 +1,37 @@
|
|
|
+<template>
|
|
|
+ <div class="ghzc MonitoringPattern">
|
|
|
+ <div class="innerContainer leftPane" v-drag @click.native.stop>
|
|
|
+ <h2 class="Pangetitle darg-div">
|
|
|
+ <span class="pange_text">无人机巡查</span>
|
|
|
+ </h2>
|
|
|
+ <div class="gdzl">
|
|
|
+ <Wrjxx></Wrjxx>
|
|
|
+ <div class="el-col headerSelect"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+import Wrjxx from "../gdzl/wrjxx.vue";
|
|
|
+
|
|
|
+export default {
|
|
|
+ components: {
|
|
|
+ Wrjxx,
|
|
|
+ },
|
|
|
+ data() {
|
|
|
+ return {};
|
|
|
+ },
|
|
|
+ mounted() {},
|
|
|
+ methods: {},
|
|
|
+ watch: {},
|
|
|
+};
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="less" scoped>
|
|
|
+.MonitoringPattern {
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+</style>
|