Commit eb688fb5 authored by 何鹏程's avatar 何鹏程

修改图片放大

parent 8838cfb7
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="width=device-width,initial-scale=1"><title>区域急危重症救治协同平台</title><link href=/static/css/app.8c41eef2dc0550a46f500e24ce50285d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.a482f50ea1f02ee6b006.1627551039987.js></script><script type=text/javascript src=/static/js/vendor.e747184ae593e2416694.1627551039987.js></script><script type=text/javascript src=/static/js/app.545670ea663f69077e1f.1627551039987.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="width=device-width,initial-scale=1"><title>区域急危重症救治协同平台</title><link href=/static/css/app.03a3b12ef72c3c8b17582d4e4398c2de.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.e7e6ba7db9ed978c7a39.1628817855030.js></script><script type=text/javascript src=/static/js/vendor.e747184ae593e2416694.1628817855030.js></script><script type=text/javascript src=/static/js/app.545670ea663f69077e1f.1628817855030.js></script></body></html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([13],{ABBu:function(e,t){},X8hZ:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a("4YfN"),i=a.n(n),s=a("2Hum");var c=a("IcnI"),r=a("iF09"),o={name:"expertPage",data:function(){return{list:[],formData:{}}},mounted:function(){this.getData()},methods:{getData:function(){var e,t=this;(e={},Object(s.a)({url:"/api/team/menu/queryCheckMenuList",method:"POST",data:e})).then(function(e){t.list=e.respData;var a={};t.list.forEach(function(e){a[e.keyName]=e.isCheck}),t.formData=a})},changeHandle:function(e){var t=this,a=i()({},e);a.isCheck=this.formData[e.keyName],function(e){return Object(s.a)({url:"/api/team/menu/updateCheckMenuList",method:"POST",data:e})}(a).then(function(e){201===e.msg?(t.$message.success("修改成功"),c.a.dispatch("LoginByToken",r.a.getLoginInfo())):t.$message.success(e.content)})}}},u={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"main-page"},[e._m(0),e._v(" "),a("div",{staticClass:"main-page-body"},[a("div",{staticClass:"mainContent"},[a("el-form",{ref:"formData",attrs:{model:e.formData,size:"small"}},e._l(e.list,function(t){return a("el-form-item",{key:t.keyName,attrs:{prop:t.keyName,label:"是否展现"+t.menuName}},[a("el-switch",{attrs:{"inactive-text":"是","active-color":"#ff4949","inactive-color":"#13ce66","active-text":"否","active-value":2,"inactive-value":1},on:{change:function(a){return e.changeHandle(t)}},model:{value:e.formData[t.keyName],callback:function(a){e.$set(e.formData,t.keyName,a)},expression:"formData[item.keyName]"}})],1)}),1)],1)])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"main-page-header"},[t("p",{staticClass:"title"},[this._v("菜单配置")])])}]};var m=a("C7Lr")(o,u,!1,function(e){a("ABBu")},"data-v-49c18692",null);t.default=m.exports}});
//# sourceMappingURL=13.2dc26c42a4df34b9d02e.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=13.2dc26c42a4df34b9d02e.1628817855030.js.map
\ No newline at end of file
webpackJsonp([14],{AToG:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("a3Yh"),s=a.n(i),n=a("oFZM"),r=a("ATWy"),l=a("55us"),o={data:function(){return s()({center:{lng:114.3162,lat:30.581084},zoom:12,map:null,areaName:"武汉市",siteName:"",siteListData:[],carListData:[],allData:[],vechieTypeList:[]},"map",null)},mounted:function(){this.init()},methods:{getSelections:function(){var t=this;Object(l.a)(["area","vechie_type","vechie_special_purpose"]).then(function(e){t.vechieTypeList=e.vechie_type,t.vechieSpecialPurposeList=e.vechie_special_purpose})},markerHandler:function(){var t=this;Object(n.d)().then(function(e){201===e.msg?e.respData&&e.respData.length>0&&(t.allData=e.respData,t.siteListData=e.respData,e.respData.forEach(function(e){if(e.siteLatitude&&e.siteLongitude){var a=new BMapGL.Point(e.siteLongitude,e.siteLatitude),i=new BMapGL.Marker(a);t.map.addOverlay(i),i.addEventListener("click",function(){t.getSiteListData(e.areaName),t.$nextTick(function(){var a=t.allData.filter(function(t){return t.id===e.id})||[];t.$refs.siteListData.setCurrentRow(a[0])}),map.centerAndZoom(new BMapGL.Point(e.siteLongitude,e.siteLatitude),18)})}})):t.$message.error(e.content)})},init:function(){this.map=new BMapGL.Map("allmap"),this.map.centerAndZoom(new BMapGL.Point(defaultCenterPoint[0],defaultCenterPoint[1]),11),this.map.enableScrollWheelZoom(!0),this.getSelections(),this.markerHandler()},getBoundary:function(t){var e=this;(new BMapGL.Boundary).get(t,function(a){for(var i=a.boundaries.length,s=0;s<i;s++){var n=new BMapGL.Polygon(a.boundaries[s],{fillColor:"#"+(16777215*Math.random()<<0).toString(16),fillOpacity:.3});e.map.addOverlay(n),n.addEventListener("click",function(){e.getSiteListData(t)})}})},getSiteListData:function(t){this.areaName=t;var e=this.allData.filter(function(e){return e.areaName===t});this.siteListData=e||[],e&&e[0]||(this.siteName="",this.carListData=[])},getCarDataList:function(t){var e=this;t&&(this.siteName=t.siteName||"",Object(r.c)({siteId:t.id}).then(function(t){201===t.msg?e.carListData=t.respData||[]:(e.carListData=[],e.$message.error(t.content))}),this.map.centerAndZoom(new BMapGL.Point(t.siteLongitude,t.siteLatitude),18))},vechieTypeFormatter:function(t,e,a,i){var s=this.vechieTypeList.find(function(t){return t.val===a});return s?s.name:""},vechieUseStatusFormatter:function(t,e,a,i){return["","在用","闲置","其他"][a]||""},vechieSpecialPurposeFormatter:function(t,e,a,i){var s=this.vechieSpecialPurposeList.find(function(t){return t.val===a});return s?s.name:""},isPreHospitalVechieFormatter:function(t,e,a,i){return["","是","否"][a]||""}}},c={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"main-page siteQuery"},[a("div",{staticClass:"main-page-body"},[a("el-row",{staticStyle:{height:"100%"}},[a("el-col",{staticStyle:{height:"100%"},attrs:{span:12}},[a("div",{staticClass:"map"},[a("div",{staticStyle:{width:"100%",height:"100%"},attrs:{id:"allmap"}})])]),t._v(" "),a("el-col",{staticStyle:{height:"100%"},attrs:{span:12}},[a("div",{staticClass:"top main-table"},[a("div",{staticClass:"title"},[a("span",{staticClass:"bed"},[a("span",{staticClass:"red"},[t._v(t._s(t.areaName))]),t._v("站点信息")]),t._v(" (共"),a("span",{staticClass:"red"},[t._v(" "+t._s(t.siteListData.length)+" ")]),t._v("个站点)")]),t._v(" "),a("div",{staticClass:"table-box"},[a("el-table",{ref:"siteListData",attrs:{data:t.siteListData,"highlight-current-row":"",height:"100%"},on:{"current-change":t.getCarDataList}},[a("el-table-column",{attrs:{label:"序号",type:"index","min-width":"50px"}}),t._v(" "),a("el-table-column",{attrs:{prop:"siteName",label:"站点名称","min-width":"180"}}),t._v(" "),a("el-table-column",{attrs:{prop:"siteLocation",label:"站点位置","min-width":"180"}}),t._v(" "),a("el-table-column",{attrs:{prop:"carCount",label:"车辆数","min-width":"80px"}}),t._v(" "),a("el-table-column",{attrs:{prop:"hospitalName",label:"所在医疗机构","min-width":"180px"}})],1)],1)]),t._v(" "),a("div",{staticClass:"bottom main-table"},[a("div",{staticClass:"title"},[a("span",{staticClass:"bed"},[a("span",{staticClass:"red"},[t._v(t._s(t.siteName))]),t._v("车辆明细信息")]),t._v(" (共"),a("span",{staticClass:"red"},[t._v(" "+t._s(t.carListData.length)+" ")]),t._v("辆急救车)")]),t._v(" "),a("div",{staticClass:"table-box"},[a("el-table",{attrs:{data:t.carListData,height:"100%"}},[a("el-table-column",{attrs:{label:"序号",type:"index","min-width":"50px"}}),t._v(" "),a("el-table-column",{attrs:{prop:"licensePlateNumber",label:"车牌号","min-width":"120"}}),t._v(" "),a("el-table-column",{attrs:{prop:"vechieType",label:"车辆类型","min-width":"120",formatter:t.vechieTypeFormatter}}),t._v(" "),a("el-table-column",{attrs:{prop:"vechieUseStatus",label:"车辆状态","min-width":"80",formatter:t.vechieUseStatusFormatter}}),t._v(" "),a("el-table-column",{attrs:{prop:"vechieSpecialPurpose",label:"车辆特殊用途","min-width":"120",formatter:t.vechieSpecialPurposeFormatter}}),t._v(" "),a("el-table-column",{attrs:{prop:"isPreHospitalVechie",label:"是否院前急救车","min-width":"80",formatter:t.isPreHospitalVechieFormatter}}),t._v(" "),a("el-table-column",{attrs:{prop:"vehicleUsingUnit",label:"车辆使用单位","min-width":"180"}})],1)],1)])])],1)],1)])},staticRenderFns:[]};var p=a("C7Lr")(o,c,!1,function(t){a("BQYd")},null,null);e.default=p.exports},BQYd:function(t,e){}});
//# sourceMappingURL=14.0a7701ccd8a904a29594.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=14.0a7701ccd8a904a29594.1628817855030.js.map
\ No newline at end of file
webpackJsonp([15],{aa5T:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[this._v("\n 500:系统出现未知错误\n "),t("a",{on:{click:this.back}},[this._v("返回首页")])])},staticRenderFns:[]},s=n("C7Lr")({methods:{back:function(){this.$router.replace("home")}}},r,!1,null,null,null);t.default=s.exports}});
//# sourceMappingURL=15.95d4461099eb8bcc7c1c.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=15.95d4461099eb8bcc7c1c.1628817855030.js.map
\ No newline at end of file
webpackJsonp([16],{"2Oba":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[this._v("\n 404\n "),t("a",{on:{click:this.back}},[this._v("返回上一页")])])},staticRenderFns:[]},s=n("C7Lr")({methods:{back:function(){this.$router.go(-1)}}},r,!1,null,null,null);t.default=s.exports}});
//# sourceMappingURL=16.7857ef0d56652dfaa954.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=16.7857ef0d56652dfaa954.1628817855030.js.map
\ No newline at end of file
webpackJsonp([17],{LxQK:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[this._v("\n 403:访问被拒绝\n "),t("a",{on:{click:this.back}},[this._v("返回上一页")])])},staticRenderFns:[]},s=n("C7Lr")({methods:{back:function(){this.$router.go(-1)}}},r,!1,null,null,null);t.default=s.exports}});
//# sourceMappingURL=17.0e27f1e5fef7cf45d6a4.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=17.0e27f1e5fef7cf45d6a4.1628817855030.js.map
\ No newline at end of file
webpackJsonp([18],{fIb5:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[this._v("\n 401:没有操作权限\n "),t("a",{on:{click:this.back}},[this._v("返回上一页")])])},staticRenderFns:[]},s=n("C7Lr")({methods:{back:function(){this.$router.go(-1)}}},r,!1,null,null,null);t.default=s.exports}});
//# sourceMappingURL=18.75a4e79bf6c5eb5b0351.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=18.75a4e79bf6c5eb5b0351.1628817855030.js.map
\ No newline at end of file
webpackJsonp([20],{AGL3:function(t,s,e){t.exports=e.p+"static/img/user.fe6aa4a.png"},Yfc9:function(t,s){},iHdu:function(t,s,e){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var n=e("4YfN"),i=e.n(n),a=e("bSIt"),r={computed:i()({},Object(a.b)(["userInfo"])),data:function(){return{}},mounted:function(){},methods:{}},c={render:function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"main-header"},[s("p",{staticClass:"p"},[this._v("\n 区域急危重症救治协同平台\n ")]),this._v(" "),s("div",{staticClass:"div"},[s("img",{attrs:{src:e("AGL3"),alt:""}}),this._v(" "),s("span",[this._v(this._s(this.userInfo.userName))])])])},staticRenderFns:[]};var u=e("C7Lr")(r,c,!1,function(t){e("Yfc9")},null,null);s.default=u.exports}});
//# sourceMappingURL=20.27c587d9bddbd5686d57.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=20.27c587d9bddbd5686d57.1628817855030.js.map
\ No newline at end of file
webpackJsonp([3],{sIWD:function(e,r,t){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={render:function(){var e=this.$createElement,r=this._self._c||e;return r("div",{staticClass:"error-page"},[r("router-view")],1)},staticRenderFns:[]},l=t("C7Lr")(null,n,!1,null,null,null);r.default=l.exports}});
//# sourceMappingURL=3.5cd73c76a67edd6755d3.1627551039987.js.map
\ No newline at end of file
//# sourceMappingURL=3.5cd73c76a67edd6755d3.1628817855030.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -111,11 +111,18 @@
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
>
<img
<!-- <img
v-if="dataForm.emergencyCarUrl"
:src="dataForm.emergencyCarUrl"
class="avatar"
>
> -->
<el-image
style="width: 100px; height: 100px"
v-if="dataForm.emergencyCarUrl"
:src="dataForm.emergencyCarUrl"
class="avatar"
:preview-src-list="[dataForm.emergencyCarUrl]">
</el-image>
<div
class="avatar-show"
v-else
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment