DESKTOP-GBVU60Q\dell 2 tahun lalu
induk
melakukan
f7335f5142

+ 9 - 9
src/views/Main/components/ZhHeader.vue

@@ -78,7 +78,7 @@
 	.header {
 		width: 100%;
 		height: 90rem;
-		background: url(src/assets/images/logo2.png) no-repeat;
+		background: url('@/assets/images/logo2.png') no-repeat;
 		background-repeat: no-repeat;
 		background-size: contain;
 		position: absolute;
@@ -90,7 +90,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/yztTitie.png) no-repeat;
+		background: url('@/assets/images/yztTitie.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -100,7 +100,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/yztXzTitie.png) no-repeat;
+		background: url('@/assets/images/yztXzTitie.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -110,7 +110,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/sqTitle.png) no-repeat;
+		background: url('@/assets/images/sqTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -120,7 +120,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/sqXzTitle.png) no-repeat;
+		background: url('@/assets/images/sqXzTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -130,7 +130,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/ggTitle.png) no-repeat;
+		background: url('@/assets/images/ggTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -140,7 +140,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/ggXzTitle.png) no-repeat;
+		background: url('@/assets/images/ggXzTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -150,7 +150,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/ywTitle.png) no-repeat;
+		background: url('@/assets/images/ywTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}
@@ -160,7 +160,7 @@
 		top: 40%;
 		width: 246rem;
 		height: 54rem;
-		background: url(src/assets/images/ywXzTitle.png) no-repeat;
+		background: url('@/assets/images/ywXzTitle.png') no-repeat;
 		background-size: 100% 100%;
 		position: absolute;
 	}

+ 1 - 1
src/views/Map3d/components/znjk.vue

@@ -12,7 +12,7 @@
 		<el-carousel trigger="click" height="200px" indicator-position="outside" :autoplay="false">
 			<el-carousel-item v-for="item in videoList" :key="item">
 				<div style="height: 50rem;width: 100%;text-align: center;position: absolute;margin-top: -1rem;">{{item.label}}</div>
-				<video :src="item.url" class="video11" autoplay controls loop></video>
+				<video :src="item.url" class="video11" autoplay controls loop muted></video>
 			</el-carousel-item>
 		</el-carousel>
 	</div>

+ 27 - 83
src/views/Table/Table.vue

@@ -1,15 +1,31 @@
 <script setup>
-	import {
-		ElButton
-	} from 'element-plus';
-	import jtTable from '@/components/jt-table/table.vue';
+	
 </script>
 
 <template>
-	<div style="border: 0rem solid red;">
-		<el-button type="primary" @click="count++">单击{{ count }}次</el-button>
-		<jtTable v-drag></jtTable>
-	</div>
+	<jt-popup2  title="灌溉设备统计" ref="ggsbtj">
+		
+	</jt-popup2>
+	
+	<jt-popup2  title="设备运行检测" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="sbyxjc">
+		
+	</jt-popup2>
+	
+	<jt-popup2  title="灌溉水位监测" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="qtnhzb">
+		
+	</jt-popup2>
+	
+	<jt-popup3  title="用水量统计" ref="ysltj">
+		
+	</jt-popup3>
+	
+	<jt-popup3  title="能耗同比统计" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="nhtbtj">
+		
+	</jt-popup3>
+	
+	<jt-popup3  title="智能监控" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="znjk">
+		
+	</jt-popup3>
 </template>
 
 <script>
@@ -19,80 +35,7 @@
 		/* 数据 */
 		data() {
 			return {
-				count: 0,
-				nodes: [{
-						id: 1,
-						pid: 0,
-						name: "随意勾选 1",
-						open: true
-					},
-					{
-						id: 11,
-						pid: 1,
-						name: "随意勾选 1-1",
-						open: true
-					},
-					{
-						id: 111,
-						pid: 11,
-						name: "随意勾选 1-1-1"
-					},
-					{
-						id: 112,
-						pid: 11,
-						name: "随意勾选 1-1-2"
-					},
-					{
-						id: 12,
-						pid: 1,
-						name: "随意勾选 1-2",
-						open: true
-					},
-					{
-						id: 121,
-						pid: 12,
-						name: "随意勾选 1-2-1"
-					},
-					{
-						id: 122,
-						pid: 12,
-						name: "随意勾选 1-2-2"
-					},
-				 {
-						id: 2,
-						pid: 0,
-						name: "随意勾选 2",
-						checked: true,
-						open: true
-					},
-					{
-						id: 21,
-						pid: 2,
-						name: "随意勾选 2-1"
-					},
-					{
-						id: 22,
-						pid: 2,
-						name: "随意勾选 2-2",
-						open: true
-					},
-					{
-						id: 221,
-						pid: 22,
-						name: "随意勾选 2-2-1",
-						checked: true
-					},
-					{
-						id: 222,
-						pid: 22,
-						name: "随意勾选 2-2-2"
-					},
-					{
-						id: 23,
-						pid: 2,
-						name: "随意勾选 2-3"
-					}
-				]
+				
 			}
 		},
 
@@ -108,5 +51,6 @@
 	}
 </script>
 
-<style>
+<style scoped>
+	
 </style>