12 |
- webpackJsonp([0],{QigR:function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i={render:function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"change-div",attrs:{id:"change-div"}},[t("div",{staticClass:"change-container-div"},[t("div",{staticClass:"layer-select-button-div",attrs:{id:"layer-select-button-div"},on:{click:function(a){e.basemapShow=!e.basemapShow}}},[e.basemapShow?e._e():t("i",{staticClass:"fa fa-map-o",attrs:{"aria-hidden":"true"}}),e._v(" "),e.basemapShow?t("i",{staticClass:"fa fa-map",attrs:{"aria-hidden":"true"}}):e._e()]),e._v(" "),t("div",{staticClass:"info-select-button-div",attrs:{id:"info-select-button-div"},on:{click:function(a){e.infomapShow=!e.infomapShow}}},[e.infomapShow?e._e():t("i",{staticClass:"fa fa-commenting-o",attrs:{"aria-hidden":"true"}}),e._v(" "),e.infomapShow?t("i",{staticClass:"fa fa-commenting",attrs:{"aria-hidden":"true"}}):e._e()])]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.basemapShow,expression:"basemapShow"}],staticClass:"basemap-content",attrs:{id:"basemap-content"}},[t("el-checkbox-group",{attrs:{min:1},on:{change:e.checkedMapsChange},model:{value:e.checkMapList,callback:function(a){e.checkMapList=a},expression:"checkMapList"}},[t("el-checkbox",{attrs:{label:"cdut"}},[e._v("文化地图")]),e._v(" "),t("el-checkbox",{attrs:{label:"tiandi"}},[e._v("在线地图")])],1)],1),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.infomapShow,expression:"infomapShow"}],staticClass:"info-content",attrs:{id:"info-content"}},[t("el-checkbox-group",{on:{change:e.checkedTagsChange},model:{value:e.checkTagList,callback:function(a){e.checkTagList=a},expression:"checkTagList"}},[t("el-checkbox",{attrs:{label:"noticeLayer"}},[e._v("最新通知")]),e._v(" "),t("el-checkbox",{attrs:{label:"reportLayer"}},[e._v("实时新闻")]),e._v(" "),t("el-checkbox",{attrs:{label:"cultureLayer",disabled:""}},[e._v("校园文化")]),e._v(" "),t("el-checkbox",{attrs:{label:"otherLayer"}},[e._v("更多")])],1)],1)])},staticRenderFns:[]};var c=t("VU/8")({name:"LayerSelector",data:function(){return{basemapShow:!1,infomapShow:!1,checkMapList:["cdut","tiandi"],checkTagList:["noticeLayer","reportLayer","cultureLayer","otherLayer","markLayer"]}},watch:{basemapShow:function(){this.basemapShow&&(this.infomapShow=!1)},infomapShow:function(){this.infomapShow&&(this.basemapShow=!1)}},methods:{checkedMapsChange:function(){this.$emit("getCheckedMap",this.checkMapList)},checkedTagsChange:function(){this.$emit("getCheckedTag",this.checkTagList)}}},i,!1,function(e){t("yG7F")},"data-v-f2ebc3c8",null);a.default=c.exports},yG7F:function(e,a){}});
- //# sourceMappingURL=0.97a8e4043d185a917e1d.js.map
|