|
@@ -71,13 +71,6 @@ const events = ref([
|
|
|
description: "引入自动化水位自动记录设备,逐步实现水位监测数据的自动采集,提高了数据采集效率。",
|
|
description: "引入自动化水位自动记录设备,逐步实现水位监测数据的自动采集,提高了数据采集效率。",
|
|
|
impact: "提升了水文监测的准确性和时效性。"
|
|
impact: "提升了水文监测的准确性和时效性。"
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- year: "1995",
|
|
|
|
|
- title: "水质监测体系建立",
|
|
|
|
|
- shortTitle: "水质监测建立",
|
|
|
|
|
- description: "建立完善的水质监测网络,增设多个水质监测点,全面监控水体质量变化。",
|
|
|
|
|
- impact: "实现了从水量监测向水量水质综合监测的转变。"
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
year: "2005",
|
|
year: "2005",
|
|
|
title: "信息化建设启动",
|
|
title: "信息化建设启动",
|
|
@@ -110,12 +103,10 @@ function selectEvent(index) {
|
|
|
if (index === 1) {
|
|
if (index === 1) {
|
|
|
emit("changeVideo", "auto")
|
|
emit("changeVideo", "auto")
|
|
|
} else if (index === 2) {
|
|
} else if (index === 2) {
|
|
|
- emit("changeVideo", "water")
|
|
|
|
|
- } else if (index === 3) {
|
|
|
|
|
emit("changeVideo", "3d")
|
|
emit("changeVideo", "3d")
|
|
|
- } else if (index === 4) {
|
|
|
|
|
|
|
+ } else if (index === 3) {
|
|
|
emit("changeVideo", "smart")
|
|
emit("changeVideo", "smart")
|
|
|
- } else if (index === 5) {
|
|
|
|
|
|
|
+ } else if (index === 4) {
|
|
|
emit("changeVideo", "wisdom")
|
|
emit("changeVideo", "wisdom")
|
|
|
} else {
|
|
} else {
|
|
|
emit("changeVideo", "manual")
|
|
emit("changeVideo", "manual")
|