1 line
2.6 KiB
JavaScript
1 line
2.6 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a4f5d536"],{"16fb":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-card",{staticClass:"aui-card--fill",attrs:{shadow:"never"}},[a("el-form",{ref:"ruleForm",attrs:{inline:!0,model:e.dataForm},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getDataList()}}},[a("el-form-item",{attrs:{label:"检测位置"}},[a("el-input",{attrs:{clearable:"",placeholder:"请输入"},model:{value:e.dataForm.tfDevicename,callback:function(t){e.$set(e.dataForm,"tfDevicename",t)},expression:"dataForm.tfDevicename"}})],1),a("el-form-item",[a("el-button",{on:{click:function(t){return e.getDataList()}}},[e._v(e._s(e.$t("query")))])],1),a("el-form-item",[a("el-button",{attrs:{type:"warning"},on:{click:function(t){return e.reset()}}},[e._v("重置")])],1)],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticStyle:{width:"100%"},attrs:{data:e.dataList}},[a("el-table-column",{attrs:{type:"index",label:"序号",width:"100",align:"center"}}),a("el-table-column",{attrs:{prop:"tfDevicename",label:"检测位置","header-align":"center",align:"center"}}),a("el-table-column",{attrs:{label:"温度(℃)","header-align":"center",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[t.row.tfaEcurrent>=e.$getDictLabel("thermalImaging","0")?a("span",{staticStyle:{color:"red"}},[e._v(e._s((1*t.row.tfaEcurrent).toFixed(2)))]):t.row.tfaEcurrent<e.$getDictLabel("thermalImaging","1")?a("span",[e._v(e._s((1*t.row.tfaEcurrent).toFixed(2)))]):a("span",{staticStyle:{color:"orange"}},[e._v(e._s((1*t.row.tfaEcurrent).toFixed(2)))])]}}])}),a("el-table-column",{attrs:{prop:"tfaAlarmtime",label:"报警时间","header-align":"center",align:"center"}})],1),a("el-pagination",{attrs:{"current-page":e.page,"page-sizes":[10,20,50,100],"page-size":e.limit,total:e.total,layout:"total, sizes, prev, pager, next, jumper"},on:{"size-change":e.pageSizeChangeHandle,"current-change":e.pageCurrentChangeHandle}})],1)},r=[],i=a("e1a5"),l=(a("ed08"),{name:"therma-imaging",mixins:[i["a"]],data:function(){return{mixinViewModuleOptions:{getDataListURL:"/system/scthermalalarm/list",getDataListIsPage:!0},dataForm:{tfDevicename:""}}},activated:function(){},methods:{reset:function(){this.dataForm={tfDevicename:""},this.page=1,this.limit=10,this.query()}}}),o=l,c=(a("c885"),a("2877")),s=Object(c["a"])(o,n,r,!1,null,"75c8e48a",null);t["default"]=s.exports},1918:function(e,t,a){},c885:function(e,t,a){"use strict";a("1918")}}]); |