| 1 |
- webpackJsonp([38],{"0PSG":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=a("yf3K"),n=a("oiq+"),r=a.n(n);a("4ZJk");i.default.use(r.a);var s={data:function(){return{queryInfo:{equipId:"",time:"",start_time:"",end_time:""},username:"",userList:[],page:1,totalNum:0,recognitionImage:[]}},computed:{userType:function(){return this.$store.state.myuser_type}},watch:{},created:function(){},mounted:function(){this.imgListData()},methods:{imgListData:function(){var e=this,t=e.qs.stringify({device_id:this.queryInfo.equipId,page_size:10,page:this.queryInfo.page,start_time:this.queryInfo.start_time,end_time:this.queryInfo.end_time});e.$axios({method:"post",url:"/api/api_gateway?method=weather.weather.warning_info",data:t}).then(function(t){if(""==t.data.message){e.userList=t.data.data.data,e.totalNum=t.data.data.nums;for(var a=0;a<e.userList.length;a++)e.userList[a].warning_time=e.formatTime(1e3*e.userList[a].warning_time);console.log(e.userList)}}).catch(function(e){console.log(e)})},handleClick:function(e,t){console.log(e,t)},changePage:function(e){this.page=e},inited:function(e){this.$viewer=e,this.$viewer.view()},amplificationA:function(e){this.recognitionImage=[e.warning_pic],this.$viewer.view()},DateChange:function(e){this.queryInfo.time?(this.queryInfo.start_time=parseInt(new Date(this.queryInfo.time[0]).getTime()/1e3),this.queryInfo.end_time=parseInt(new Date(this.queryInfo.time[1]).getTime()/1e3)):(this.queryInfo.start_time="",this.queryInfo.end_time=""),this.imgListData()}},beforeCreate:function(){},beforeMount:function(){},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){}},o={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"innerMargin"},[a("div",{staticClass:"box-card"},[a("div",{staticClass:"seaarchBox"},[a("div",{staticClass:"searchLeft"},[a("span",{staticClass:"title"},[e._v("设备ID:")]),e._v(" "),a("el-input",{staticClass:"input-with-select",attrs:{size:"small",placeholder:"请输入设备ID",clearable:""},on:{change:function(t){return e.imgListData()}},model:{value:e.queryInfo.equipId,callback:function(t){e.$set(e.queryInfo,"equipId",t)},expression:"queryInfo.equipId"}}),e._v(" "),a("span",{staticClass:"title"},[e._v("时间选择:")]),e._v(" "),a("el-date-picker",{attrs:{size:"small",type:"daterange","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期"},on:{change:e.DateChange},model:{value:e.queryInfo.time,callback:function(t){e.$set(e.queryInfo,"time",t)},expression:"queryInfo.time"}})],1),e._v(" "),a("div",{staticClass:"exportRight"})]),e._v(" "),[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.userList,stripe:""}},[a("el-table-column",{attrs:{type:"selection",width:"55"}}),e._v(" "),a("el-table-column",{attrs:{prop:"device_id",fixed:"",label:"设备号"}}),e._v(" "),a("el-table-column",{attrs:{prop:"device_name",label:"设备名称"}}),e._v(" "),a("el-table-column",{attrs:{prop:"warning_info",width:"400px",label:"预警信息"}}),e._v(" "),a("el-table-column",{attrs:{prop:"action",label:"干预措施"}}),e._v(" "),a("el-table-column",{attrs:{prop:"warning_time",label:"预警时间"}}),e._v(" "),a("el-table-column",{attrs:{label:"图片"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return e.amplificationA(t.row)}}},[e._v("查看图片")])]}}])})],1)],e._v(" "),a("el-pagination",{attrs:{background:"","page-size":8,layout:"prev, pager, next, jumper","current-page":e.page,total:e.totalNum},on:{"current-change":e.changePage}})],2),e._v(" "),a("viewer",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],ref:"viewer",attrs:{images:e.recognitionImage,index:3},on:{inited:e.inited}},e._l(e.recognitionImage,function(e,t){return a("img",{key:t,attrs:{src:e}})}),0)],1)},staticRenderFns:[]};var u=a("C7Lr")(s,o,!1,function(e){a("RPuu")},"data-v-cdc8c708",null);t.default=u.exports},RPuu:function(e,t){}});
|