From 54da8af39c36a28f392f0d027aefb897f2bb0c6c Mon Sep 17 00:00:00 2001 From: 4670101279 Date: Mon, 27 Jun 2022 17:25:31 +0800 Subject: [PATCH] youhua --- src/views/data/photo/index.vue | 24 +-- src/views/statistic/river/river.vue | 15 +- src/views/web/camera/index.vue | 319 ++++++++++++++++++++++++++++ 3 files changed, 338 insertions(+), 20 deletions(-) create mode 100644 src/views/web/camera/index.vue diff --git a/src/views/data/photo/index.vue b/src/views/data/photo/index.vue index 27e6142..afb0a71 100644 --- a/src/views/data/photo/index.vue +++ b/src/views/data/photo/index.vue @@ -45,9 +45,9 @@
@@ -85,16 +85,16 @@ export default { total: 100, // 实时数据表格数据 currdataList: [ - {stnmId: 1,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-08 13:00:00'}, - {stnmId: 2,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:55:00'}, - {stnmId: 3,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:50:00'}, - {stnmId: 4,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:45:00'}, - {stnmId: 5,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:40:00'}, - {stnmId: 6,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:35:00'}, - {stnmId: 7,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:30:00'}, - {stnmId: 8,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:25:00'}, - {stnmId: 9,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:20:00'}, - {stnmId: 10,stnm:'鄞州公园',ip:'123.2.4.1',value:'2.95',tm: '2022-06-09 12:15:00'}, + {stnmId: 1,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 13:00:00'}, + {stnmId: 2,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:55:00'}, + {stnmId: 3,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:50:00'}, + {stnmId: 4,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:45:00'}, + {stnmId: 5,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:40:00'}, + {stnmId: 6,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:35:00'}, + {stnmId: 7,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:30:00'}, + {stnmId: 8,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:25:00'}, + {stnmId: 9,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:20:00'}, + {stnmId: 10,stnm:'鄞州公园',ip:'123.2.4.1',value:'1.37',tm: '2022-06-08 12:15:00'}, ], // 查询参数 queryParams: { diff --git a/src/views/statistic/river/river.vue b/src/views/statistic/river/river.vue index 7991c67..bef4360 100644 --- a/src/views/statistic/river/river.vue +++ b/src/views/statistic/river/river.vue @@ -110,9 +110,9 @@ export default { // 查询参数 queryParams: { dataType: '', - endTime: '2022-03-01 00:00:00', - startTime: '2022-03-31 00:00:00', - stnm: '姜山', + endTime: '2022-06-10 00:00:00', + startTime: '2022-06-08 00:00:00', + stnm: '鄞州公园', dataType: '0' }, dataTypes:[ @@ -140,8 +140,8 @@ export default { /** 提交按钮 */ submitForm() { var params = { - endTime: '2022-03-01 00:00:00', - startTime: '2022-03-31 00:00:00', + endTime: '2022-06-10 00:00:00', + startTime: '2022-06-08 00:00:00', } if(this.queryParams.dataType == 0){ @@ -155,14 +155,13 @@ export default { this.drawTable(params); }, drawChart(params) { - let res = {"msg":"操作成功","code":0,"data":{"legend":["姜山","保证水位","警戒水位"],"series":[{"barMaxWidth":"20","data":[[1646064000000,1.36],[1646067600000,1.37],[1646071200000,1.37],[1646074800000,1.37],[1646078400000,1.37],[1646082000000,1.37],[1646085600000,1.37],[1646089200000,1.37],[1646092800000,1.37],[1646096400000,1.36],[1646100000000,1.37],[1646103600000,1.36],[1646107200000,1.37],[1646110800000,1.37],[1646114400000,1.37],[1646118000000,1.36],[1646121600000,1.35],[1646125200000,1.36],[1646128800000,1.37],[1646132400000,1.36],[1646136000000,1.37],[1646139600000,1.38],[1646143200000,1.36],[1646146800000,1.36],[1646150400000,1.37],[1646154000000,1.36],[1646157600000,1.35],[1646161200000,1.35],[1646164800000,1.35],[1646168400000,1.35],[1646172000000,1.36],[1646175600000,1.35],[1646179200000,1.35],[1646182800000,1.35],[1646186400000,1.37],[1646190000000,1.34],[1646193600000,1.35],[1646197200000,1.34],[1646200800000,1.34],[1646204400000,1.35],[1646208000000,1.37],[1646211600000,1.37],[1646215200000,1.38],[1646218800000,1.38],[1646222400000,1.38],[1646226000000,1.37],[1646229600000,1.37],[1646233200000,1.37],[1646236800000,1.37],[1646240400000,1.37],[1646244000000,1.37],[1646247600000,1.37],[1646251200000,1.37],[1646254800000,1.37],[1646258400000,1.37],[1646262000000,1.38],[1646265600000,1.37],[1646269200000,1.36],[1646272800000,1.36],[1646276400000,1.35],[1646280000000,1.37],[1646283600000,1.37],[1646287200000,1.36],[1646290800000,1.37],[1646294400000,1.38],[1646298000000,1.35],[1646301600000,1.35],[1646303100000,1.34],[1646305200000,1.34],[1646308800000,1.34],[1646312400000,1.35],[1646316000000,1.34],[1646319600000,1.34],[1646323200000,1.35],[1646326800000,1.34],[1646330400000,1.35],[1646334000000,1.36],[1646337600000,1.35],[1646341200000,1.36],[1646344800000,1.37],[1646348400000,1.37],[1646352000000,1.35],[1646355600000,1.36],[1646359200000,1.35],[1646362800000,1.36],[1646366400000,1.36],[1646370000000,1.35],[1646373600000,1.35],[1646377200000,1.36],[1646380800000,1.36],[1646384400000,1.37],[1646388000000,1.37],[1646391600000,1.36],[1646395200000,1.35],[1646398800000,1.34],[1646402400000,1.34],[1646406000000,1.35],[1646409600000,1.35],[1646413200000,1.36],[1646416800000,1.36],[1646420400000,1.37],[1646424000000,1.37],[1646427600000,1.37],[1646431200000,1.37],[1646434800000,1.37],[1646438400000,1.35],[1646442000000,1.36],[1646445600000,1.36],[1646449200000,1.35],[1646452800000,1.37],[1646456400000,1.37],[1646460000000,1.37],[1646463600000,1.37],[1646467200000,1.37],[1646470800000,1.38],[1646474400000,1.4],[1646478000000,1.4],[1646481600000,1.39],[1646485200000,1.38],[1646488800000,1.38],[1646492400000,1.38],[1646496000000,1.37],[1646499600000,1.37],[1646503200000,1.37],[1646506800000,1.37],[1646510400000,1.37],[1646514000000,1.38],[1646517600000,1.38],[1646521200000,1.38],[1646524800000,1.38],[1646528400000,1.37],[1646532000000,1.37],[1646535600000,1.38],[1646539200000,1.38],[1646542800000,1.38],[1646546400000,1.38],[1646550000000,1.38],[1646553600000,1.39],[1646557200000,1.38],[1646560800000,1.4],[1646564400000,1.39],[1646568000000,1.38],[1646571600000,1.38],[1646575200000,1.37],[1646578800000,1.37],[1646582400000,1.37],[1646586000000,1.37],[1646589600000,1.37],[1646593200000,1.37],[1646596800000,1.37],[1646600400000,1.37],[1646604000000,1.38],[1646607600000,1.38],[1646611200000,1.38],[1646614800000,1.38],[1646618400000,1.38],[1646622000000,1.39],[1646625600000,1.39],[1646629200000,1.4],[1646632800000,1.41],[1646636400000,1.41],[1646640000000,1.41],[1646643600000,1.42],[1646647200000,1.42],[1646650800000,1.41],[1646654400000,1.4],[1646658000000,1.4],[1646661600000,1.39],[1646665200000,1.38],[1646668800000,1.38],[1646672400000,1.38],[1646676000000,1.37],[1646679600000,1.37],[1646683200000,1.38],[1646686800000,1.38],[1646690400000,1.38],[1646694000000,1.38],[1646697600000,1.38],[1646701200000,1.39],[1646704800000,1.38],[1646708400000,1.39],[1646712000000,1.4],[1646715600000,1.39],[1646719200000,1.39],[1646722800000,1.39],[1646726400000,1.38],[1646730000000,1.39],[1646733600000,1.41],[1646737200000,1.41],[1646740800000,1.41],[1646744400000,1.42],[1646748000000,1.41],[1646751600000,1.39],[1646755200000,1.4],[1646758800000,1.39],[1646762400000,1.38],[1646766000000,1.37],[1646769600000,1.36],[1646773200000,1.36],[1646776800000,1.35],[1646780400000,1.35],[1646784000000,1.35],[1646787600000,1.34],[1646791200000,1.35],[1646794800000,1.36],[1646798400000,1.36],[1646802000000,1.36],[1646805600000,1.35],[1646809200000,1.35],[1646812800000,1.37],[1646816400000,1.36],[1646820000000,1.38],[1646823600000,1.38],[1646827200000,1.38],[1646830800000,1.38],[1646834400000,1.38],[1646838000000,1.38],[1646841600000,1.38],[1646845200000,1.39],[1646848800000,1.39],[1646852400000,1.39],[1646856000000,1.39],[1646859600000,1.39],[1646863200000,1.4],[1646866800000,1.4],[1646870400000,1.37],[1646874000000,1.36],[1646877600000,1.36],[1646881200000,1.35],[1646884800000,1.35],[1646888400000,1.34],[1646892000000,1.34],[1646895600000,1.34],[1646899200000,1.34],[1646902800000,1.34],[1646906400000,1.34],[1646910000000,1.34],[1646913600000,1.34],[1646917200000,1.34],[1646920800000,1.34],[1646924400000,1.34],[1646928000000,1.34],[1646931600000,1.34],[1646935200000,1.34],[1646938800000,1.34],[1646942400000,1.32],[1646946000000,1.32],[1646949600000,1.32],[1646953200000,1.32],[1646956800000,1.32],[1646960400000,1.3],[1646964000000,1.3],[1646967600000,1.32],[1646971200000,1.32],[1646974800000,1.32],[1646978400000,1.3],[1646982000000,1.3],[1646985600000,1.32],[1646989200000,1.32],[1646992800000,1.34],[1646996400000,1.34],[1647000000000,1.34],[1647003600000,1.34],[1647007200000,1.34],[1647010800000,1.34],[1647014400000,1.34],[1647018000000,1.34],[1647021600000,1.34],[1647025200000,1.34],[1647028800000,1.34],[1647032400000,1.34],[1647036000000,1.34],[1647039600000,1.34],[1647043200000,1.32],[1647046800000,1.32],[1647050400000,1.32],[1647054000000,1.32],[1647057600000,1.34],[1647061200000,1.34],[1647064800000,1.34],[1647068400000,1.34],[1647072000000,1.34],[1647075600000,1.34],[1647079200000,1.35],[1647082800000,1.35],[1647086400000,1.35],[1647090000000,1.35],[1647093600000,1.35],[1647097200000,1.35],[1647100800000,1.35],[1647104400000,1.35],[1647108000000,1.35],[1647111600000,1.35],[1647115200000,1.35],[1647118800000,1.35],[1647122400000,1.35],[1647126000000,1.35],[1647129600000,1.34],[1647133200000,1.34],[1647136800000,1.34],[1647140400000,1.32],[1647144000000,1.34],[1647147600000,1.34],[1647151200000,1.32],[1647154800000,1.32],[1647158400000,1.32],[1647162000000,1.32],[1647165600000,1.32],[1647169200000,1.34],[1647172800000,1.32],[1647176400000,1.34],[1647180000000,1.34],[1647183600000,1.34],[1647187200000,1.34],[1647190800000,1.34],[1647194400000,1.34],[1647198000000,1.34],[1647201600000,1.34],[1647205200000,1.34],[1647208800000,1.34],[1647212400000,1.34],[1647216000000,1.32],[1647219600000,1.32],[1647223200000,1.32],[1647226800000,1.32],[1647230400000,1.34],[1647234000000,1.34],[1647237600000,1.32],[1647241200000,1.34],[1647244800000,1.34],[1647248400000,1.34],[1647252000000,1.35],[1647255600000,1.36],[1647259200000,1.36],[1647262800000,1.36],[1647266400000,1.36],[1647270000000,1.35],[1647273600000,1.37],[1647277200000,1.37],[1647280800000,1.37],[1647284400000,1.37],[1647288000000,1.37],[1647291600000,1.37],[1647295200000,1.37],[1647298800000,1.37],[1647302400000,1.35],[1647306000000,1.34],[1647309600000,1.34],[1647313200000,1.32],[1647316800000,1.34],[1647320400000,1.34],[1647324000000,1.34],[1647327600000,1.35],[1647331200000,1.35],[1647334800000,1.34],[1647338400000,1.35],[1647342000000,1.35],[1647345600000,1.35],[1647349200000,1.35],[1647352800000,1.35],[1647356400000,1.35],[1647360000000,1.35],[1647363600000,1.36],[1647367200000,1.36],[1647370800000,1.36],[1647374400000,1.36],[1647378000000,1.36],[1647381600000,1.36],[1647385200000,1.36],[1647388800000,1.34],[1647392400000,1.32],[1647396000000,1.32],[1647399600000,1.32],[1647403200000,1.32],[1647406800000,1.32],[1647410400000,1.32],[1647414000000,1.34],[1647417600000,1.34],[1647421200000,1.34],[1647424800000,1.34],[1647428400000,1.34],[1647432000000,1.34],[1647435600000,1.34],[1647439200000,1.34],[1647442800000,1.34],[1647446400000,1.34],[1647450000000,1.34],[1647453600000,1.34],[1647457200000,1.34],[1647460800000,1.34],[1647464400000,1.34],[1647468000000,1.34],[1647471600000,1.34],[1647475200000,1.34],[1647478800000,1.34],[1647482400000,1.35]],"name":"姜山","smooth":false,"stnmId":114,"symbol":"none","type":"line"},{"barMaxWidth":"20","data":[[1646064000000,2.3],[1646067600000,2.3],[1646071200000,2.3],[1646074800000,2.3],[1646078400000,2.3],[1646082000000,2.3],[1646085600000,2.3],[1646089200000,2.3],[1646092800000,2.3],[1646096400000,2.3],[1646100000000,2.3],[1646103600000,2.3],[1646107200000,2.3],[1646110800000,2.3],[1646114400000,2.3],[1646118000000,2.3],[1646121600000,2.3],[1646125200000,2.3],[1646128800000,2.3],[1646132400000,2.3],[1646136000000,2.3],[1646139600000,2.3],[1646143200000,2.3],[1646146800000,2.3],[1646150400000,2.3],[1646154000000,2.3],[1646157600000,2.3],[1646161200000,2.3],[1646164800000,2.3],[1646168400000,2.3],[1646172000000,2.3],[1646175600000,2.3],[1646179200000,2.3],[1646182800000,2.3],[1646186400000,2.3],[1646190000000,2.3],[1646193600000,2.3],[1646197200000,2.3],[1646200800000,2.3],[1646204400000,2.3],[1646208000000,2.3],[1646211600000,2.3],[1646215200000,2.3],[1646218800000,2.3],[1646222400000,2.3],[1646226000000,2.3],[1646229600000,2.3],[1646233200000,2.3],[1646236800000,2.3],[1646240400000,2.3],[1646244000000,2.3],[1646247600000,2.3],[1646251200000,2.3],[1646254800000,2.3],[1646258400000,2.3],[1646262000000,2.3],[1646265600000,2.3],[1646269200000,2.3],[1646272800000,2.3],[1646276400000,2.3],[1646280000000,2.3],[1646283600000,2.3],[1646287200000,2.3],[1646290800000,2.3],[1646294400000,2.3],[1646298000000,2.3],[1646301600000,2.3],[1646303100000,2.3],[1646305200000,2.3],[1646308800000,2.3],[1646312400000,2.3],[1646316000000,2.3],[1646319600000,2.3],[1646323200000,2.3],[1646326800000,2.3],[1646330400000,2.3],[1646334000000,2.3],[1646337600000,2.3],[1646341200000,2.3],[1646344800000,2.3],[1646348400000,2.3],[1646352000000,2.3],[1646355600000,2.3],[1646359200000,2.3],[1646362800000,2.3],[1646366400000,2.3],[1646370000000,2.3],[1646373600000,2.3],[1646377200000,2.3],[1646380800000,2.3],[1646384400000,2.3],[1646388000000,2.3],[1646391600000,2.3],[1646395200000,2.3],[1646398800000,2.3],[1646402400000,2.3],[1646406000000,2.3],[1646409600000,2.3],[1646413200000,2.3],[1646416800000,2.3],[1646420400000,2.3],[1646424000000,2.3],[1646427600000,2.3],[1646431200000,2.3],[1646434800000,2.3],[1646438400000,2.3],[1646442000000,2.3],[1646445600000,2.3],[1646449200000,2.3],[1646452800000,2.3],[1646456400000,2.3],[1646460000000,2.3],[1646463600000,2.3],[1646467200000,2.3],[1646470800000,2.3],[1646474400000,2.3],[1646478000000,2.3],[1646481600000,2.3],[1646485200000,2.3],[1646488800000,2.3],[1646492400000,2.3],[1646496000000,2.3],[1646499600000,2.3],[1646503200000,2.3],[1646506800000,2.3],[1646510400000,2.3],[1646514000000,2.3],[1646517600000,2.3],[1646521200000,2.3],[1646524800000,2.3],[1646528400000,2.3],[1646532000000,2.3],[1646535600000,2.3],[1646539200000,2.3],[1646542800000,2.3],[1646546400000,2.3],[1646550000000,2.3],[1646553600000,2.3],[1646557200000,2.3],[1646560800000,2.3],[1646564400000,2.3],[1646568000000,2.3],[1646571600000,2.3],[1646575200000,2.3],[1646578800000,2.3],[1646582400000,2.3],[1646586000000,2.3],[1646589600000,2.3],[1646593200000,2.3],[1646596800000,2.3],[1646600400000,2.3],[1646604000000,2.3],[1646607600000,2.3],[1646611200000,2.3],[1646614800000,2.3],[1646618400000,2.3],[1646622000000,2.3],[1646625600000,2.3],[1646629200000,2.3],[1646632800000,2.3],[1646636400000,2.3],[1646640000000,2.3],[1646643600000,2.3],[1646647200000,2.3],[1646650800000,2.3],[1646654400000,2.3],[1646658000000,2.3],[1646661600000,2.3],[1646665200000,2.3],[1646668800000,2.3],[1646672400000,2.3],[1646676000000,2.3],[1646679600000,2.3],[1646683200000,2.3],[1646686800000,2.3],[1646690400000,2.3],[1646694000000,2.3],[1646697600000,2.3],[1646701200000,2.3],[1646704800000,2.3],[1646708400000,2.3],[1646712000000,2.3],[1646715600000,2.3],[1646719200000,2.3],[1646722800000,2.3],[1646726400000,2.3],[1646730000000,2.3],[1646733600000,2.3],[1646737200000,2.3],[1646740800000,2.3],[1646744400000,2.3],[1646748000000,2.3],[1646751600000,2.3],[1646755200000,2.3],[1646758800000,2.3],[1646762400000,2.3],[1646766000000,2.3],[1646769600000,2.3],[1646773200000,2.3],[1646776800000,2.3],[1646780400000,2.3],[1646784000000,2.3],[1646787600000,2.3],[1646791200000,2.3],[1646794800000,2.3],[1646798400000,2.3],[1646802000000,2.3],[1646805600000,2.3],[1646809200000,2.3],[1646812800000,2.3],[1646816400000,2.3],[1646820000000,2.3],[1646823600000,2.3],[1646827200000,2.3],[1646830800000,2.3],[1646834400000,2.3],[1646838000000,2.3],[1646841600000,2.3],[1646845200000,2.3],[1646848800000,2.3],[1646852400000,2.3],[1646856000000,2.3],[1646859600000,2.3],[1646863200000,2.3],[1646866800000,2.3],[1646870400000,2.3],[1646874000000,2.3],[1646877600000,2.3],[1646881200000,2.3],[1646884800000,2.3],[1646888400000,2.3],[1646892000000,2.3],[1646895600000,2.3],[1646899200000,2.3],[1646902800000,2.3],[1646906400000,2.3],[1646910000000,2.3],[1646913600000,2.3],[1646917200000,2.3],[1646920800000,2.3],[1646924400000,2.3],[1646928000000,2.3],[1646931600000,2.3],[1646935200000,2.3],[1646938800000,2.3],[1646942400000,2.3],[1646946000000,2.3],[1646949600000,2.3],[1646953200000,2.3],[1646956800000,2.3],[1646960400000,2.3],[1646964000000,2.3],[1646967600000,2.3],[1646971200000,2.3],[1646974800000,2.3],[1646978400000,2.3],[1646982000000,2.3],[1646985600000,2.3],[1646989200000,2.3],[1646992800000,2.3],[1646996400000,2.3],[1647000000000,2.3],[1647003600000,2.3],[1647007200000,2.3],[1647010800000,2.3],[1647014400000,2.3],[1647018000000,2.3],[1647021600000,2.3],[1647025200000,2.3],[1647028800000,2.3],[1647032400000,2.3],[1647036000000,2.3],[1647039600000,2.3],[1647043200000,2.3],[1647046800000,2.3],[1647050400000,2.3],[1647054000000,2.3],[1647057600000,2.3],[1647061200000,2.3],[1647064800000,2.3],[1647068400000,2.3],[1647072000000,2.3],[1647075600000,2.3],[1647079200000,2.3],[1647082800000,2.3],[1647086400000,2.3],[1647090000000,2.3],[1647093600000,2.3],[1647097200000,2.3],[1647100800000,2.3],[1647104400000,2.3],[1647108000000,2.3],[1647111600000,2.3],[1647115200000,2.3],[1647118800000,2.3],[1647122400000,2.3],[1647126000000,2.3],[1647129600000,2.3],[1647133200000,2.3],[1647136800000,2.3],[1647140400000,2.3],[1647144000000,2.3],[1647147600000,2.3],[1647151200000,2.3],[1647154800000,2.3],[1647158400000,2.3],[1647162000000,2.3],[1647165600000,2.3],[1647169200000,2.3],[1647172800000,2.3],[1647176400000,2.3],[1647180000000,2.3],[1647183600000,2.3],[1647187200000,2.3],[1647190800000,2.3],[1647194400000,2.3],[1647198000000,2.3],[1647201600000,2.3],[1647205200000,2.3],[1647208800000,2.3],[1647212400000,2.3],[1647216000000,2.3],[1647219600000,2.3],[1647223200000,2.3],[1647226800000,2.3],[1647230400000,2.3],[1647234000000,2.3],[1647237600000,2.3],[1647241200000,2.3],[1647244800000,2.3],[1647248400000,2.3],[1647252000000,2.3],[1647255600000,2.3],[1647259200000,2.3],[1647262800000,2.3],[1647266400000,2.3],[1647270000000,2.3],[1647273600000,2.3],[1647277200000,2.3],[1647280800000,2.3],[1647284400000,2.3],[1647288000000,2.3],[1647291600000,2.3],[1647295200000,2.3],[1647298800000,2.3],[1647302400000,2.3],[1647306000000,2.3],[1647309600000,2.3],[1647313200000,2.3],[1647316800000,2.3],[1647320400000,2.3],[1647324000000,2.3],[1647327600000,2.3],[1647331200000,2.3],[1647334800000,2.3],[1647338400000,2.3],[1647342000000,2.3],[1647345600000,2.3],[1647349200000,2.3],[1647352800000,2.3],[1647356400000,2.3],[1647360000000,2.3],[1647363600000,2.3],[1647367200000,2.3],[1647370800000,2.3],[1647374400000,2.3],[1647378000000,2.3],[1647381600000,2.3],[1647385200000,2.3],[1647388800000,2.3],[1647392400000,2.3],[1647396000000,2.3],[1647399600000,2.3],[1647403200000,2.3],[1647406800000,2.3],[1647410400000,2.3],[1647414000000,2.3],[1647417600000,2.3],[1647421200000,2.3],[1647424800000,2.3],[1647428400000,2.3],[1647432000000,2.3],[1647435600000,2.3],[1647439200000,2.3],[1647442800000,2.3],[1647446400000,2.3],[1647450000000,2.3],[1647453600000,2.3],[1647457200000,2.3],[1647460800000,2.3],[1647464400000,2.3],[1647468000000,2.3],[1647471600000,2.3],[1647475200000,2.3],[1647478800000,2.3],[1647482400000,2.3]],"name":"保证水位","smooth":false,"stnmId":114,"symbol":"none","type":"line"},{"barMaxWidth":"20","data":[[1646064000000,3.1],[1646067600000,3.1],[1646071200000,3.1],[1646074800000,3.1],[1646078400000,3.1],[1646082000000,3.1],[1646085600000,3.1],[1646089200000,3.1],[1646092800000,3.1],[1646096400000,3.1],[1646100000000,3.1],[1646103600000,3.1],[1646107200000,3.1],[1646110800000,3.1],[1646114400000,3.1],[1646118000000,3.1],[1646121600000,3.1],[1646125200000,3.1],[1646128800000,3.1],[1646132400000,3.1],[1646136000000,3.1],[1646139600000,3.1],[1646143200000,3.1],[1646146800000,3.1],[1646150400000,3.1],[1646154000000,3.1],[1646157600000,3.1],[1646161200000,3.1],[1646164800000,3.1],[1646168400000,3.1],[1646172000000,3.1],[1646175600000,3.1],[1646179200000,3.1],[1646182800000,3.1],[1646186400000,3.1],[1646190000000,3.1],[1646193600000,3.1],[1646197200000,3.1],[1646200800000,3.1],[1646204400000,3.1],[1646208000000,3.1],[1646211600000,3.1],[1646215200000,3.1],[1646218800000,3.1],[1646222400000,3.1],[1646226000000,3.1],[1646229600000,3.1],[1646233200000,3.1],[1646236800000,3.1],[1646240400000,3.1],[1646244000000,3.1],[1646247600000,3.1],[1646251200000,3.1],[1646254800000,3.1],[1646258400000,3.1],[1646262000000,3.1],[1646265600000,3.1],[1646269200000,3.1],[1646272800000,3.1],[1646276400000,3.1],[1646280000000,3.1],[1646283600000,3.1],[1646287200000,3.1],[1646290800000,3.1],[1646294400000,3.1],[1646298000000,3.1],[1646301600000,3.1],[1646303100000,3.1],[1646305200000,3.1],[1646308800000,3.1],[1646312400000,3.1],[1646316000000,3.1],[1646319600000,3.1],[1646323200000,3.1],[1646326800000,3.1],[1646330400000,3.1],[1646334000000,3.1],[1646337600000,3.1],[1646341200000,3.1],[1646344800000,3.1],[1646348400000,3.1],[1646352000000,3.1],[1646355600000,3.1],[1646359200000,3.1],[1646362800000,3.1],[1646366400000,3.1],[1646370000000,3.1],[1646373600000,3.1],[1646377200000,3.1],[1646380800000,3.1],[1646384400000,3.1],[1646388000000,3.1],[1646391600000,3.1],[1646395200000,3.1],[1646398800000,3.1],[1646402400000,3.1],[1646406000000,3.1],[1646409600000,3.1],[1646413200000,3.1],[1646416800000,3.1],[1646420400000,3.1],[1646424000000,3.1],[1646427600000,3.1],[1646431200000,3.1],[1646434800000,3.1],[1646438400000,3.1],[1646442000000,3.1],[1646445600000,3.1],[1646449200000,3.1],[1646452800000,3.1],[1646456400000,3.1],[1646460000000,3.1],[1646463600000,3.1],[1646467200000,3.1],[1646470800000,3.1],[1646474400000,3.1],[1646478000000,3.1],[1646481600000,3.1],[1646485200000,3.1],[1646488800000,3.1],[1646492400000,3.1],[1646496000000,3.1],[1646499600000,3.1],[1646503200000,3.1],[1646506800000,3.1],[1646510400000,3.1],[1646514000000,3.1],[1646517600000,3.1],[1646521200000,3.1],[1646524800000,3.1],[1646528400000,3.1],[1646532000000,3.1],[1646535600000,3.1],[1646539200000,3.1],[1646542800000,3.1],[1646546400000,3.1],[1646550000000,3.1],[1646553600000,3.1],[1646557200000,3.1],[1646560800000,3.1],[1646564400000,3.1],[1646568000000,3.1],[1646571600000,3.1],[1646575200000,3.1],[1646578800000,3.1],[1646582400000,3.1],[1646586000000,3.1],[1646589600000,3.1],[1646593200000,3.1],[1646596800000,3.1],[1646600400000,3.1],[1646604000000,3.1],[1646607600000,3.1],[1646611200000,3.1],[1646614800000,3.1],[1646618400000,3.1],[1646622000000,3.1],[1646625600000,3.1],[1646629200000,3.1],[1646632800000,3.1],[1646636400000,3.1],[1646640000000,3.1],[1646643600000,3.1],[1646647200000,3.1],[1646650800000,3.1],[1646654400000,3.1],[1646658000000,3.1],[1646661600000,3.1],[1646665200000,3.1],[1646668800000,3.1],[1646672400000,3.1],[1646676000000,3.1],[1646679600000,3.1],[1646683200000,3.1],[1646686800000,3.1],[1646690400000,3.1],[1646694000000,3.1],[1646697600000,3.1],[1646701200000,3.1],[1646704800000,3.1],[1646708400000,3.1],[1646712000000,3.1],[1646715600000,3.1],[1646719200000,3.1],[1646722800000,3.1],[1646726400000,3.1],[1646730000000,3.1],[1646733600000,3.1],[1646737200000,3.1],[1646740800000,3.1],[1646744400000,3.1],[1646748000000,3.1],[1646751600000,3.1],[1646755200000,3.1],[1646758800000,3.1],[1646762400000,3.1],[1646766000000,3.1],[1646769600000,3.1],[1646773200000,3.1],[1646776800000,3.1],[1646780400000,3.1],[1646784000000,3.1],[1646787600000,3.1],[1646791200000,3.1],[1646794800000,3.1],[1646798400000,3.1],[1646802000000,3.1],[1646805600000,3.1],[1646809200000,3.1],[1646812800000,3.1],[1646816400000,3.1],[1646820000000,3.1],[1646823600000,3.1],[1646827200000,3.1],[1646830800000,3.1],[1646834400000,3.1],[1646838000000,3.1],[1646841600000,3.1],[1646845200000,3.1],[1646848800000,3.1],[1646852400000,3.1],[1646856000000,3.1],[1646859600000,3.1],[1646863200000,3.1],[1646866800000,3.1],[1646870400000,3.1],[1646874000000,3.1],[1646877600000,3.1],[1646881200000,3.1],[1646884800000,3.1],[1646888400000,3.1],[1646892000000,3.1],[1646895600000,3.1],[1646899200000,3.1],[1646902800000,3.1],[1646906400000,3.1],[1646910000000,3.1],[1646913600000,3.1],[1646917200000,3.1],[1646920800000,3.1],[1646924400000,3.1],[1646928000000,3.1],[1646931600000,3.1],[1646935200000,3.1],[1646938800000,3.1],[1646942400000,3.1],[1646946000000,3.1],[1646949600000,3.1],[1646953200000,3.1],[1646956800000,3.1],[1646960400000,3.1],[1646964000000,3.1],[1646967600000,3.1],[1646971200000,3.1],[1646974800000,3.1],[1646978400000,3.1],[1646982000000,3.1],[1646985600000,3.1],[1646989200000,3.1],[1646992800000,3.1],[1646996400000,3.1],[1647000000000,3.1],[1647003600000,3.1],[1647007200000,3.1],[1647010800000,3.1],[1647014400000,3.1],[1647018000000,3.1],[1647021600000,3.1],[1647025200000,3.1],[1647028800000,3.1],[1647032400000,3.1],[1647036000000,3.1],[1647039600000,3.1],[1647043200000,3.1],[1647046800000,3.1],[1647050400000,3.1],[1647054000000,3.1],[1647057600000,3.1],[1647061200000,3.1],[1647064800000,3.1],[1647068400000,3.1],[1647072000000,3.1],[1647075600000,3.1],[1647079200000,3.1],[1647082800000,3.1],[1647086400000,3.1],[1647090000000,3.1],[1647093600000,3.1],[1647097200000,3.1],[1647100800000,3.1],[1647104400000,3.1],[1647108000000,3.1],[1647111600000,3.1],[1647115200000,3.1],[1647118800000,3.1],[1647122400000,3.1],[1647126000000,3.1],[1647129600000,3.1],[1647133200000,3.1],[1647136800000,3.1],[1647140400000,3.1],[1647144000000,3.1],[1647147600000,3.1],[1647151200000,3.1],[1647154800000,3.1],[1647158400000,3.1],[1647162000000,3.1],[1647165600000,3.1],[1647169200000,3.1],[1647172800000,3.1],[1647176400000,3.1],[1647180000000,3.1],[1647183600000,3.1],[1647187200000,3.1],[1647190800000,3.1],[1647194400000,3.1],[1647198000000,3.1],[1647201600000,3.1],[1647205200000,3.1],[1647208800000,3.1],[1647212400000,3.1],[1647216000000,3.1],[1647219600000,3.1],[1647223200000,3.1],[1647226800000,3.1],[1647230400000,3.1],[1647234000000,3.1],[1647237600000,3.1],[1647241200000,3.1],[1647244800000,3.1],[1647248400000,3.1],[1647252000000,3.1],[1647255600000,3.1],[1647259200000,3.1],[1647262800000,3.1],[1647266400000,3.1],[1647270000000,3.1],[1647273600000,3.1],[1647277200000,3.1],[1647280800000,3.1],[1647284400000,3.1],[1647288000000,3.1],[1647291600000,3.1],[1647295200000,3.1],[1647298800000,3.1],[1647302400000,3.1],[1647306000000,3.1],[1647309600000,3.1],[1647313200000,3.1],[1647316800000,3.1],[1647320400000,3.1],[1647324000000,3.1],[1647327600000,3.1],[1647331200000,3.1],[1647334800000,3.1],[1647338400000,3.1],[1647342000000,3.1],[1647345600000,3.1],[1647349200000,3.1],[1647352800000,3.1],[1647356400000,3.1],[1647360000000,3.1],[1647363600000,3.1],[1647367200000,3.1],[1647370800000,3.1],[1647374400000,3.1],[1647378000000,3.1],[1647381600000,3.1],[1647385200000,3.1],[1647388800000,3.1],[1647392400000,3.1],[1647396000000,3.1],[1647399600000,3.1],[1647403200000,3.1],[1647406800000,3.1],[1647410400000,3.1],[1647414000000,3.1],[1647417600000,3.1],[1647421200000,3.1],[1647424800000,3.1],[1647428400000,3.1],[1647432000000,3.1],[1647435600000,3.1],[1647439200000,3.1],[1647442800000,3.1],[1647446400000,3.1],[1647450000000,3.1],[1647453600000,3.1],[1647457200000,3.1],[1647460800000,3.1],[1647464400000,3.1],[1647468000000,3.1],[1647471600000,3.1],[1647475200000,3.1],[1647478800000,3.1],[1647482400000,3.1]],"name":"警戒水位","smooth":false,"stnmId":114,"symbol":"none","type":"line"}]}}; + let res = {"msg":"操作成功","code":0,"data":{"legend":["鄞州公园"],"series":[{"barMaxWidth":"20","data":[[1654617600000,1.29],[1654617600000,1.29],[1654621200000,1.29],[1654624800000,1.29],[1654628400000,1.29],[1654632000000,1.29],[1654635600000,1.29],[1654639200000,1.29],[1654642800000,1.29],[1654646400000,1.29],[1654650000000,1.28],[1654653600000,1.27],[1654657200000,1.26],[1654660800000,1.26],[1654664400000,1.26],[1654668000000,1.25],[1654671600000,1.24],[1654675200000,1.24],[1654678800000,1.24],[1654682400000,1.24],[1654686000000,1.24],[1654689600000,1.24],[1654692300000,1.23],[1654693200000,1.23],[1654696800000,1.23],[1654700400000,1.23],[1654704000000,1.24],[1654704000000,1.24],[1654707600000,1.24],[1654711200000,1.24],[1654714800000,1.24],[1654718400000,1.24],[1654722000000,1.24],[1654725600000,1.24],[1654729200000,1.24],[1654732800000,1.24],[1654736400000,1.24],[1654740000000,1.24],[1654743600000,1.24],[1654746600000,1.25],[1654747200000,1.24],[1654750800000,1.25],[1654754400000,1.25],[1654758000000,1.25],[1654761600000,1.25],[1654765200000,1.24],[1654768800000,1.25],[1654772400000,1.25],[1654776000000,1.25],[1654779600000,1.24],[1654783200000,1.24],[1654786800000,1.24],[1654790400000,1.24]],"name":"鄞州公园","smooth":false,"stnmId":219,"symbol":"none","type":"line"}]}}; if(res.code == 0){ this.$refs.chart.showChart(res.data.legend,res.data.series,this.unit,this.chartType,0,null,this.fixed); } }, drawTable(params) { - let res = {"msg":"操作成功","code":0,"data":[{"114":"姜山","tm":"时间"},{"114":"1.36","tm":"2022-03-01 00:00:00"},{"114":"1.37","tm":"2022-03-01 01:00:00"},{"114":"1.37","tm":"2022-03-01 02:00:00"},{"114":"1.37","tm":"2022-03-01 03:00:00"},{"114":"1.37","tm":"2022-03-01 04:00:00"},{"114":"1.37","tm":"2022-03-01 05:00:00"},{"114":"1.37","tm":"2022-03-01 06:00:00"},{"114":"1.37","tm":"2022-03-01 07:00:00"},{"114":"1.37","tm":"2022-03-01 08:00:00"},{"114":"1.36","tm":"2022-03-01 09:00:00"},{"114":"1.37","tm":"2022-03-01 10:00:00"},{"114":"1.36","tm":"2022-03-01 11:00:00"},{"114":"1.37","tm":"2022-03-01 12:00:00"},{"114":"1.37","tm":"2022-03-01 13:00:00"},{"114":"1.37","tm":"2022-03-01 14:00:00"},{"114":"1.36","tm":"2022-03-01 15:00:00"},{"114":"1.35","tm":"2022-03-01 16:00:00"},{"114":"1.36","tm":"2022-03-01 17:00:00"},{"114":"1.37","tm":"2022-03-01 18:00:00"},{"114":"1.36","tm":"2022-03-01 19:00:00"},{"114":"1.37","tm":"2022-03-01 20:00:00"},{"114":"1.38","tm":"2022-03-01 21:00:00"},{"114":"1.36","tm":"2022-03-01 22:00:00"},{"114":"1.36","tm":"2022-03-01 23:00:00"},{"114":"1.37","tm":"2022-03-02 00:00:00"},{"114":"1.36","tm":"2022-03-02 01:00:00"},{"114":"1.35","tm":"2022-03-02 02:00:00"},{"114":"1.35","tm":"2022-03-02 03:00:00"},{"114":"1.35","tm":"2022-03-02 04:00:00"},{"114":"1.35","tm":"2022-03-02 05:00:00"},{"114":"1.36","tm":"2022-03-02 06:00:00"},{"114":"1.35","tm":"2022-03-02 07:00:00"},{"114":"1.35","tm":"2022-03-02 08:00:00"},{"114":"1.35","tm":"2022-03-02 09:00:00"},{"114":"1.37","tm":"2022-03-02 10:00:00"},{"114":"1.34","tm":"2022-03-02 11:00:00"},{"114":"1.35","tm":"2022-03-02 12:00:00"},{"114":"1.34","tm":"2022-03-02 13:00:00"},{"114":"1.34","tm":"2022-03-02 14:00:00"},{"114":"1.35","tm":"2022-03-02 15:00:00"},{"114":"1.37","tm":"2022-03-02 16:00:00"},{"114":"1.37","tm":"2022-03-02 17:00:00"},{"114":"1.38","tm":"2022-03-02 18:00:00"},{"114":"1.38","tm":"2022-03-02 19:00:00"},{"114":"1.38","tm":"2022-03-02 20:00:00"},{"114":"1.37","tm":"2022-03-02 21:00:00"},{"114":"1.37","tm":"2022-03-02 22:00:00"},{"114":"1.37","tm":"2022-03-02 23:00:00"},{"114":"1.37","tm":"2022-03-03 00:00:00"},{"114":"1.37","tm":"2022-03-03 01:00:00"},{"114":"1.37","tm":"2022-03-03 02:00:00"},{"114":"1.37","tm":"2022-03-03 03:00:00"},{"114":"1.37","tm":"2022-03-03 04:00:00"},{"114":"1.37","tm":"2022-03-03 05:00:00"},{"114":"1.37","tm":"2022-03-03 06:00:00"},{"114":"1.38","tm":"2022-03-03 07:00:00"},{"114":"1.37","tm":"2022-03-03 08:00:00"},{"114":"1.36","tm":"2022-03-03 09:00:00"},{"114":"1.36","tm":"2022-03-03 10:00:00"},{"114":"1.35","tm":"2022-03-03 11:00:00"},{"114":"1.37","tm":"2022-03-03 12:00:00"},{"114":"1.37","tm":"2022-03-03 13:00:00"},{"114":"1.36","tm":"2022-03-03 14:00:00"},{"114":"1.37","tm":"2022-03-03 15:00:00"},{"114":"1.38","tm":"2022-03-03 16:00:00"},{"114":"1.35","tm":"2022-03-03 17:00:00"},{"114":"1.35","tm":"2022-03-03 18:00:00"},{"114":"1.34","tm":"2022-03-03 19:00:00"},{"114":"1.34","tm":"2022-03-03 20:00:00"},{"114":"1.35","tm":"2022-03-03 21:00:00"},{"114":"1.34","tm":"2022-03-03 22:00:00"},{"114":"1.34","tm":"2022-03-03 23:00:00"},{"114":"1.35","tm":"2022-03-04 00:00:00"},{"114":"1.34","tm":"2022-03-04 01:00:00"},{"114":"1.35","tm":"2022-03-04 02:00:00"},{"114":"1.36","tm":"2022-03-04 03:00:00"},{"114":"1.35","tm":"2022-03-04 04:00:00"},{"114":"1.36","tm":"2022-03-04 05:00:00"},{"114":"1.37","tm":"2022-03-04 06:00:00"},{"114":"1.37","tm":"2022-03-04 07:00:00"},{"114":"1.35","tm":"2022-03-04 08:00:00"},{"114":"1.36","tm":"2022-03-04 09:00:00"},{"114":"1.35","tm":"2022-03-04 10:00:00"},{"114":"1.36","tm":"2022-03-04 11:00:00"},{"114":"1.36","tm":"2022-03-04 12:00:00"},{"114":"1.35","tm":"2022-03-04 13:00:00"},{"114":"1.35","tm":"2022-03-04 14:00:00"},{"114":"1.36","tm":"2022-03-04 15:00:00"},{"114":"1.36","tm":"2022-03-04 16:00:00"},{"114":"1.37","tm":"2022-03-04 17:00:00"},{"114":"1.37","tm":"2022-03-04 18:00:00"},{"114":"1.36","tm":"2022-03-04 19:00:00"},{"114":"1.35","tm":"2022-03-04 20:00:00"},{"114":"1.34","tm":"2022-03-04 21:00:00"},{"114":"1.34","tm":"2022-03-04 22:00:00"},{"114":"1.35","tm":"2022-03-04 23:00:00"},{"114":"1.35","tm":"2022-03-05 00:00:00"},{"114":"1.36","tm":"2022-03-05 01:00:00"},{"114":"1.36","tm":"2022-03-05 02:00:00"},{"114":"1.37","tm":"2022-03-05 03:00:00"},{"114":"1.37","tm":"2022-03-05 04:00:00"},{"114":"1.37","tm":"2022-03-05 05:00:00"},{"114":"1.37","tm":"2022-03-05 06:00:00"},{"114":"1.37","tm":"2022-03-05 07:00:00"},{"114":"1.35","tm":"2022-03-05 08:00:00"},{"114":"1.36","tm":"2022-03-05 09:00:00"},{"114":"1.36","tm":"2022-03-05 10:00:00"},{"114":"1.35","tm":"2022-03-05 11:00:00"},{"114":"1.37","tm":"2022-03-05 12:00:00"},{"114":"1.37","tm":"2022-03-05 13:00:00"},{"114":"1.37","tm":"2022-03-05 14:00:00"},{"114":"1.37","tm":"2022-03-05 15:00:00"},{"114":"1.37","tm":"2022-03-05 16:00:00"},{"114":"1.38","tm":"2022-03-05 17:00:00"},{"114":"1.40","tm":"2022-03-05 18:00:00"},{"114":"1.40","tm":"2022-03-05 19:00:00"},{"114":"1.39","tm":"2022-03-05 20:00:00"},{"114":"1.38","tm":"2022-03-05 21:00:00"},{"114":"1.38","tm":"2022-03-05 22:00:00"},{"114":"1.38","tm":"2022-03-05 23:00:00"},{"114":"1.37","tm":"2022-03-06 00:00:00"},{"114":"1.37","tm":"2022-03-06 01:00:00"},{"114":"1.37","tm":"2022-03-06 02:00:00"},{"114":"1.37","tm":"2022-03-06 03:00:00"},{"114":"1.37","tm":"2022-03-06 04:00:00"},{"114":"1.38","tm":"2022-03-06 05:00:00"},{"114":"1.38","tm":"2022-03-06 06:00:00"},{"114":"1.38","tm":"2022-03-06 07:00:00"},{"114":"1.38","tm":"2022-03-06 08:00:00"},{"114":"1.37","tm":"2022-03-06 09:00:00"},{"114":"1.37","tm":"2022-03-06 10:00:00"},{"114":"1.38","tm":"2022-03-06 11:00:00"},{"114":"1.38","tm":"2022-03-06 12:00:00"},{"114":"1.38","tm":"2022-03-06 13:00:00"},{"114":"1.38","tm":"2022-03-06 14:00:00"},{"114":"1.38","tm":"2022-03-06 15:00:00"},{"114":"1.39","tm":"2022-03-06 16:00:00"},{"114":"1.38","tm":"2022-03-06 17:00:00"},{"114":"1.40","tm":"2022-03-06 18:00:00"},{"114":"1.39","tm":"2022-03-06 19:00:00"},{"114":"1.38","tm":"2022-03-06 20:00:00"},{"114":"1.38","tm":"2022-03-06 21:00:00"},{"114":"1.37","tm":"2022-03-06 22:00:00"},{"114":"1.37","tm":"2022-03-06 23:00:00"},{"114":"1.37","tm":"2022-03-07 00:00:00"},{"114":"1.37","tm":"2022-03-07 01:00:00"},{"114":"1.37","tm":"2022-03-07 02:00:00"},{"114":"1.37","tm":"2022-03-07 03:00:00"},{"114":"1.37","tm":"2022-03-07 04:00:00"},{"114":"1.37","tm":"2022-03-07 05:00:00"},{"114":"1.38","tm":"2022-03-07 06:00:00"},{"114":"1.38","tm":"2022-03-07 07:00:00"},{"114":"1.38","tm":"2022-03-07 08:00:00"},{"114":"1.38","tm":"2022-03-07 09:00:00"},{"114":"1.38","tm":"2022-03-07 10:00:00"},{"114":"1.39","tm":"2022-03-07 11:00:00"},{"114":"1.39","tm":"2022-03-07 12:00:00"},{"114":"1.40","tm":"2022-03-07 13:00:00"},{"114":"1.41","tm":"2022-03-07 14:00:00"},{"114":"1.41","tm":"2022-03-07 15:00:00"},{"114":"1.41","tm":"2022-03-07 16:00:00"},{"114":"1.42","tm":"2022-03-07 17:00:00"},{"114":"1.42","tm":"2022-03-07 18:00:00"},{"114":"1.41","tm":"2022-03-07 19:00:00"},{"114":"1.40","tm":"2022-03-07 20:00:00"},{"114":"1.40","tm":"2022-03-07 21:00:00"},{"114":"1.39","tm":"2022-03-07 22:00:00"},{"114":"1.38","tm":"2022-03-07 23:00:00"},{"114":"1.38","tm":"2022-03-08 00:00:00"},{"114":"1.38","tm":"2022-03-08 01:00:00"},{"114":"1.37","tm":"2022-03-08 02:00:00"},{"114":"1.37","tm":"2022-03-08 03:00:00"},{"114":"1.38","tm":"2022-03-08 04:00:00"},{"114":"1.38","tm":"2022-03-08 05:00:00"},{"114":"1.38","tm":"2022-03-08 06:00:00"},{"114":"1.38","tm":"2022-03-08 07:00:00"},{"114":"1.38","tm":"2022-03-08 08:00:00"},{"114":"1.39","tm":"2022-03-08 09:00:00"},{"114":"1.38","tm":"2022-03-08 10:00:00"},{"114":"1.39","tm":"2022-03-08 11:00:00"},{"114":"1.40","tm":"2022-03-08 12:00:00"},{"114":"1.39","tm":"2022-03-08 13:00:00"},{"114":"1.39","tm":"2022-03-08 14:00:00"},{"114":"1.39","tm":"2022-03-08 15:00:00"},{"114":"1.38","tm":"2022-03-08 16:00:00"},{"114":"1.39","tm":"2022-03-08 17:00:00"},{"114":"1.41","tm":"2022-03-08 18:00:00"},{"114":"1.41","tm":"2022-03-08 19:00:00"},{"114":"1.41","tm":"2022-03-08 20:00:00"},{"114":"1.42","tm":"2022-03-08 21:00:00"},{"114":"1.41","tm":"2022-03-08 22:00:00"},{"114":"1.39","tm":"2022-03-08 23:00:00"},{"114":"1.40","tm":"2022-03-09 00:00:00"},{"114":"1.39","tm":"2022-03-09 01:00:00"},{"114":"1.38","tm":"2022-03-09 02:00:00"},{"114":"1.37","tm":"2022-03-09 03:00:00"},{"114":"1.36","tm":"2022-03-09 04:00:00"},{"114":"1.36","tm":"2022-03-09 05:00:00"},{"114":"1.35","tm":"2022-03-09 06:00:00"},{"114":"1.35","tm":"2022-03-09 07:00:00"},{"114":"1.35","tm":"2022-03-09 08:00:00"},{"114":"1.34","tm":"2022-03-09 09:00:00"},{"114":"1.35","tm":"2022-03-09 10:00:00"},{"114":"1.36","tm":"2022-03-09 11:00:00"},{"114":"1.36","tm":"2022-03-09 12:00:00"},{"114":"1.36","tm":"2022-03-09 13:00:00"},{"114":"1.35","tm":"2022-03-09 14:00:00"},{"114":"1.35","tm":"2022-03-09 15:00:00"},{"114":"1.37","tm":"2022-03-09 16:00:00"},{"114":"1.36","tm":"2022-03-09 17:00:00"},{"114":"1.38","tm":"2022-03-09 18:00:00"},{"114":"1.38","tm":"2022-03-09 19:00:00"},{"114":"1.38","tm":"2022-03-09 20:00:00"},{"114":"1.38","tm":"2022-03-09 21:00:00"},{"114":"1.38","tm":"2022-03-09 22:00:00"},{"114":"1.38","tm":"2022-03-09 23:00:00"},{"114":"1.38","tm":"2022-03-10 00:00:00"},{"114":"1.39","tm":"2022-03-10 01:00:00"},{"114":"1.39","tm":"2022-03-10 02:00:00"},{"114":"1.39","tm":"2022-03-10 03:00:00"},{"114":"1.39","tm":"2022-03-10 04:00:00"},{"114":"1.39","tm":"2022-03-10 05:00:00"},{"114":"1.40","tm":"2022-03-10 06:00:00"},{"114":"1.40","tm":"2022-03-10 07:00:00"},{"114":"1.37","tm":"2022-03-10 08:00:00"},{"114":"1.36","tm":"2022-03-10 09:00:00"},{"114":"1.36","tm":"2022-03-10 10:00:00"},{"114":"1.35","tm":"2022-03-10 11:00:00"},{"114":"1.35","tm":"2022-03-10 12:00:00"},{"114":"1.34","tm":"2022-03-10 13:00:00"},{"114":"1.34","tm":"2022-03-10 14:00:00"},{"114":"1.34","tm":"2022-03-10 15:00:00"},{"114":"1.34","tm":"2022-03-10 16:00:00"},{"114":"1.34","tm":"2022-03-10 17:00:00"},{"114":"1.34","tm":"2022-03-10 18:00:00"},{"114":"1.34","tm":"2022-03-10 19:00:00"},{"114":"1.34","tm":"2022-03-10 20:00:00"},{"114":"1.34","tm":"2022-03-10 21:00:00"},{"114":"1.34","tm":"2022-03-10 22:00:00"},{"114":"1.34","tm":"2022-03-10 23:00:00"},{"114":"1.34","tm":"2022-03-11 00:00:00"},{"114":"1.34","tm":"2022-03-11 01:00:00"},{"114":"1.34","tm":"2022-03-11 02:00:00"},{"114":"1.34","tm":"2022-03-11 03:00:00"},{"114":"1.32","tm":"2022-03-11 04:00:00"},{"114":"1.32","tm":"2022-03-11 05:00:00"},{"114":"1.32","tm":"2022-03-11 06:00:00"},{"114":"1.32","tm":"2022-03-11 07:00:00"},{"114":"1.32","tm":"2022-03-11 08:00:00"},{"114":"1.30","tm":"2022-03-11 09:00:00"},{"114":"1.30","tm":"2022-03-11 10:00:00"},{"114":"1.32","tm":"2022-03-11 11:00:00"},{"114":"1.32","tm":"2022-03-11 12:00:00"},{"114":"1.32","tm":"2022-03-11 13:00:00"},{"114":"1.30","tm":"2022-03-11 14:00:00"},{"114":"1.30","tm":"2022-03-11 15:00:00"},{"114":"1.32","tm":"2022-03-11 16:00:00"},{"114":"1.32","tm":"2022-03-11 17:00:00"},{"114":"1.34","tm":"2022-03-11 18:00:00"},{"114":"1.34","tm":"2022-03-11 19:00:00"},{"114":"1.34","tm":"2022-03-11 20:00:00"},{"114":"1.34","tm":"2022-03-11 21:00:00"},{"114":"1.34","tm":"2022-03-11 22:00:00"},{"114":"1.34","tm":"2022-03-11 23:00:00"},{"114":"1.34","tm":"2022-03-12 00:00:00"},{"114":"1.34","tm":"2022-03-12 01:00:00"},{"114":"1.34","tm":"2022-03-12 02:00:00"},{"114":"1.34","tm":"2022-03-12 03:00:00"},{"114":"1.34","tm":"2022-03-12 04:00:00"},{"114":"1.34","tm":"2022-03-12 05:00:00"},{"114":"1.34","tm":"2022-03-12 06:00:00"},{"114":"1.34","tm":"2022-03-12 07:00:00"},{"114":"1.32","tm":"2022-03-12 08:00:00"},{"114":"1.32","tm":"2022-03-12 09:00:00"},{"114":"1.32","tm":"2022-03-12 10:00:00"},{"114":"1.32","tm":"2022-03-12 11:00:00"},{"114":"1.34","tm":"2022-03-12 12:00:00"},{"114":"1.34","tm":"2022-03-12 13:00:00"},{"114":"1.34","tm":"2022-03-12 14:00:00"},{"114":"1.34","tm":"2022-03-12 15:00:00"},{"114":"1.34","tm":"2022-03-12 16:00:00"},{"114":"1.34","tm":"2022-03-12 17:00:00"},{"114":"1.35","tm":"2022-03-12 18:00:00"},{"114":"1.35","tm":"2022-03-12 19:00:00"},{"114":"1.35","tm":"2022-03-12 20:00:00"},{"114":"1.35","tm":"2022-03-12 21:00:00"},{"114":"1.35","tm":"2022-03-12 22:00:00"},{"114":"1.35","tm":"2022-03-12 23:00:00"},{"114":"1.35","tm":"2022-03-13 00:00:00"},{"114":"1.35","tm":"2022-03-13 01:00:00"},{"114":"1.35","tm":"2022-03-13 02:00:00"},{"114":"1.35","tm":"2022-03-13 03:00:00"},{"114":"1.35","tm":"2022-03-13 04:00:00"},{"114":"1.35","tm":"2022-03-13 05:00:00"},{"114":"1.35","tm":"2022-03-13 06:00:00"},{"114":"1.35","tm":"2022-03-13 07:00:00"},{"114":"1.34","tm":"2022-03-13 08:00:00"},{"114":"1.34","tm":"2022-03-13 09:00:00"},{"114":"1.34","tm":"2022-03-13 10:00:00"},{"114":"1.32","tm":"2022-03-13 11:00:00"},{"114":"1.34","tm":"2022-03-13 12:00:00"},{"114":"1.34","tm":"2022-03-13 13:00:00"},{"114":"1.32","tm":"2022-03-13 14:00:00"},{"114":"1.32","tm":"2022-03-13 15:00:00"},{"114":"1.32","tm":"2022-03-13 16:00:00"},{"114":"1.32","tm":"2022-03-13 17:00:00"},{"114":"1.32","tm":"2022-03-13 18:00:00"},{"114":"1.34","tm":"2022-03-13 19:00:00"},{"114":"1.32","tm":"2022-03-13 20:00:00"},{"114":"1.34","tm":"2022-03-13 21:00:00"},{"114":"1.34","tm":"2022-03-13 22:00:00"},{"114":"1.34","tm":"2022-03-13 23:00:00"},{"114":"1.34","tm":"2022-03-14 00:00:00"},{"114":"1.34","tm":"2022-03-14 01:00:00"},{"114":"1.34","tm":"2022-03-14 02:00:00"},{"114":"1.34","tm":"2022-03-14 03:00:00"},{"114":"1.34","tm":"2022-03-14 04:00:00"},{"114":"1.34","tm":"2022-03-14 05:00:00"},{"114":"1.34","tm":"2022-03-14 06:00:00"},{"114":"1.34","tm":"2022-03-14 07:00:00"},{"114":"1.32","tm":"2022-03-14 08:00:00"},{"114":"1.32","tm":"2022-03-14 09:00:00"},{"114":"1.32","tm":"2022-03-14 10:00:00"},{"114":"1.32","tm":"2022-03-14 11:00:00"},{"114":"1.34","tm":"2022-03-14 12:00:00"},{"114":"1.34","tm":"2022-03-14 13:00:00"},{"114":"1.32","tm":"2022-03-14 14:00:00"},{"114":"1.34","tm":"2022-03-14 15:00:00"},{"114":"1.34","tm":"2022-03-14 16:00:00"},{"114":"1.34","tm":"2022-03-14 17:00:00"},{"114":"1.35","tm":"2022-03-14 18:00:00"},{"114":"1.36","tm":"2022-03-14 19:00:00"},{"114":"1.36","tm":"2022-03-14 20:00:00"},{"114":"1.36","tm":"2022-03-14 21:00:00"},{"114":"1.36","tm":"2022-03-14 22:00:00"},{"114":"1.35","tm":"2022-03-14 23:00:00"},{"114":"1.37","tm":"2022-03-15 00:00:00"},{"114":"1.37","tm":"2022-03-15 01:00:00"},{"114":"1.37","tm":"2022-03-15 02:00:00"},{"114":"1.37","tm":"2022-03-15 03:00:00"},{"114":"1.37","tm":"2022-03-15 04:00:00"},{"114":"1.37","tm":"2022-03-15 05:00:00"},{"114":"1.37","tm":"2022-03-15 06:00:00"},{"114":"1.37","tm":"2022-03-15 07:00:00"},{"114":"1.35","tm":"2022-03-15 08:00:00"},{"114":"1.34","tm":"2022-03-15 09:00:00"},{"114":"1.34","tm":"2022-03-15 10:00:00"},{"114":"1.32","tm":"2022-03-15 11:00:00"},{"114":"1.34","tm":"2022-03-15 12:00:00"},{"114":"1.34","tm":"2022-03-15 13:00:00"},{"114":"1.34","tm":"2022-03-15 14:00:00"},{"114":"1.35","tm":"2022-03-15 15:00:00"},{"114":"1.35","tm":"2022-03-15 16:00:00"},{"114":"1.34","tm":"2022-03-15 17:00:00"},{"114":"1.35","tm":"2022-03-15 18:00:00"},{"114":"1.35","tm":"2022-03-15 19:00:00"},{"114":"1.35","tm":"2022-03-15 20:00:00"},{"114":"1.35","tm":"2022-03-15 21:00:00"},{"114":"1.35","tm":"2022-03-15 22:00:00"},{"114":"1.35","tm":"2022-03-15 23:00:00"},{"114":"1.35","tm":"2022-03-16 00:00:00"},{"114":"1.36","tm":"2022-03-16 01:00:00"},{"114":"1.36","tm":"2022-03-16 02:00:00"},{"114":"1.36","tm":"2022-03-16 03:00:00"},{"114":"1.36","tm":"2022-03-16 04:00:00"},{"114":"1.36","tm":"2022-03-16 05:00:00"},{"114":"1.36","tm":"2022-03-16 06:00:00"},{"114":"1.36","tm":"2022-03-16 07:00:00"},{"114":"1.34","tm":"2022-03-16 08:00:00"},{"114":"1.32","tm":"2022-03-16 09:00:00"},{"114":"1.32","tm":"2022-03-16 10:00:00"},{"114":"1.32","tm":"2022-03-16 11:00:00"},{"114":"1.32","tm":"2022-03-16 12:00:00"},{"114":"1.32","tm":"2022-03-16 13:00:00"},{"114":"1.32","tm":"2022-03-16 14:00:00"},{"114":"1.34","tm":"2022-03-16 15:00:00"},{"114":"1.34","tm":"2022-03-16 16:00:00"},{"114":"1.34","tm":"2022-03-16 17:00:00"},{"114":"1.34","tm":"2022-03-16 18:00:00"},{"114":"1.34","tm":"2022-03-16 19:00:00"},{"114":"1.34","tm":"2022-03-16 20:00:00"},{"114":"1.34","tm":"2022-03-16 21:00:00"},{"114":"1.34","tm":"2022-03-16 22:00:00"},{"114":"1.34","tm":"2022-03-16 23:00:00"},{"114":"1.34","tm":"2022-03-17 00:00:00"},{"114":"1.34","tm":"2022-03-17 01:00:00"},{"114":"1.34","tm":"2022-03-17 02:00:00"},{"114":"1.34","tm":"2022-03-17 03:00:00"},{"114":"1.34","tm":"2022-03-17 04:00:00"},{"114":"1.34","tm":"2022-03-17 05:00:00"},{"114":"1.34","tm":"2022-03-17 06:00:00"},{"114":"1.34","tm":"2022-03-17 07:00:00"},{"114":"1.34","tm":"2022-03-17 08:00:00"},{"114":"1.34","tm":"2022-03-17 09:00:00"},{"114":"1.35","tm":"2022-03-17 10:00:00"}]}; - if(res.code == 0){ + let res = {"msg":"操作成功","code":0,"data":[{"114":"鄞州公园","tm":"时间"},{"114":"1.36","tm":"2022-06-08 00:00:00"},{"114":"1.37","tm":"2022-06-08 01:00:00"},{"114":"1.37","tm":"2022-06-08 02:00:00"},{"114":"1.37","tm":"2022-06-08 03:00:00"},{"114":"1.37","tm":"2022-06-08 04:00:00"},{"114":"1.37","tm":"2022-06-08 05:00:00"},{"114":"1.37","tm":"2022-06-08 06:00:00"},{"114":"1.37","tm":"2022-06-08 07:00:00"},{"114":"1.37","tm":"2022-06-08 08:00:00"},{"114":"1.36","tm":"2022-06-08 09:00:00"},{"114":"1.37","tm":"2022-06-08 10:00:00"},{"114":"1.36","tm":"2022-06-08 11:00:00"},{"114":"1.37","tm":"2022-06-08 12:00:00"},{"114":"1.37","tm":"2022-06-08 13:00:00"},{"114":"1.37","tm":"2022-06-08 14:00:00"},{"114":"1.36","tm":"2022-06-08 15:00:00"},{"114":"1.35","tm":"2022-06-08 16:00:00"},{"114":"1.36","tm":"2022-06-08 17:00:00"},{"114":"1.37","tm":"2022-06-08 18:00:00"},{"114":"1.36","tm":"2022-06-08 19:00:00"},{"114":"1.37","tm":"2022-06-08 20:00:00"},{"114":"1.38","tm":"2022-06-08 21:00:00"},{"114":"1.36","tm":"2022-06-08 22:00:00"},{"114":"1.36","tm":"2022-06-08 23:00:00"},{"114":"1.37","tm":"2022-06-09 00:00:00"},{"114":"1.36","tm":"2022-06-09 01:00:00"},{"114":"1.35","tm":"2022-06-09 02:00:00"},{"114":"1.35","tm":"2022-06-09 03:00:00"},{"114":"1.35","tm":"2022-06-09 04:00:00"},{"114":"1.35","tm":"2022-06-09 05:00:00"},{"114":"1.36","tm":"2022-06-09 06:00:00"},{"114":"1.35","tm":"2022-06-09 07:00:00"},{"114":"1.35","tm":"2022-06-09 08:00:00"},{"114":"1.35","tm":"2022-06-09 09:00:00"},{"114":"1.37","tm":"2022-06-09 10:00:00"},{"114":"1.34","tm":"2022-06-09 11:00:00"},{"114":"1.35","tm":"2022-06-09 12:00:00"},{"114":"1.34","tm":"2022-06-09 13:00:00"},{"114":"1.34","tm":"2022-06-09 14:00:00"},{"114":"1.35","tm":"2022-06-09 15:00:00"},{"114":"1.37","tm":"2022-06-09 16:00:00"},{"114":"1.37","tm":"2022-06-09 17:00:00"},{"114":"1.38","tm":"2022-06-09 18:00:00"},{"114":"1.38","tm":"2022-06-09 19:00:00"},{"114":"1.38","tm":"2022-06-09 20:00:00"},{"114":"1.37","tm":"2022-06-09 21:00:00"},{"114":"1.37","tm":"2022-06-09 22:00:00"},{"114":"1.37","tm":"2022-06-09 23:00:00"},{"114":"1.37","tm":"2022-06-10 00:00:00"}]}; if(res.code == 0){ var c1 = res.data[0]; var tableColumn = []; tableColumn.push({prop: 'tm', label: '时间'}); diff --git a/src/views/web/camera/index.vue b/src/views/web/camera/index.vue new file mode 100644 index 0000000..573b503 --- /dev/null +++ b/src/views/web/camera/index.vue @@ -0,0 +1,319 @@ + + +