Commit 8b1a06c6 authored by 何鹏程's avatar 何鹏程

打包

parent 9314c549
<!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.0dab2803b6d38771d5c8e4fffc2fd7d6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.17b3c13b6575b85136ff.1630463037953.js></script><script type=text/javascript src=/static/js/vendor.4d76a49318907b9767df.1630463037953.js></script><script type=text/javascript src=/static/js/app.fece4976b19c2aeb1542.1630463037953.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.304097e1a585d023eebb0f2237f88c94.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.7fee37f7be8e57bcd256.1630545834833.js></script><script type=text/javascript src=/static/js/vendor.1d3acec7797ce0ebdc20.1630545834833.js></script><script type=text/javascript src=/static/js/app.e269d92601cd47ce5abd.1630545834833.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([13],{"1Sj8":function(e,t){},"Fi0/":function(e,t){},VVSh:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("F4+m"),o=a("2Hum");var l=a("55us"),i={name:"LogPage",mixins:[r.a],data:function(){return{searchForm:{operateType:"",time:[]},logTypeList:[],modelTypeList:[],tableData:{loading:!1,head:[{name:"操作时间",key:"createTime",sortable:!1,width:"150",fixed:!1},{name:"操作人",key:"createUserName",sortable:!1,width:"100",fixed:!1},{name:"描述",key:"description",sortable:!1,width:"200",fixed:!1},{name:"提交参数",key:"operateParam",sortable:!1,width:"500",fixed:!1},{name:"模块",key:"model",sortable:!1,width:"100",fixed:!1,formatter:this.modelTypeFormatter},{name:"操作类型",key:"operateType",sortable:!1,width:"100",fixed:!1,formatter:this.logTypeFormatter}],body:[],option:[],condition:[]}}},mounted:function(){var e=this;Object(l.a)(["log_type","model_type"]).then(function(t){e.logTypeList=t.log_type||[],e.modelTypeList=t.model_type||[]}),this.search()},methods:{getTableData:function(){var e=this;this.tableData.loading=!0;var t={operateType:this.searchForm.operateType,model:this.searchForm.model,pageNo:this.pageNum,pageSize:this.pageSize};this.searchForm.time&&2===this.searchForm.time.length&&(t.createTime=this.searchForm.time[0]+"_"+this.searchForm.time[1]),function(e){return Object(o.a)({url:"/api/team/log/list",method:"POST",data:e})}(t).then(function(t){201==t.msg?e.dealTableResponse(t):e.$message.error(t.content)})},modelTypeFormatter:function(e,t,a,r){console.log(this.modelTypeList);var o=this.modelTypeList.find(function(e){return e.val===a});return o?o.name:a},logTypeFormatter:function(e,t,a,r){var o=this.logTypeList.find(function(e){return e.val===a});return o?o.name:a}}},s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"main-page log"},[a("div",{staticClass:"main-page-header"},[a("p",{staticClass:"title"},[e._v("日志管理")]),e._v(" "),a("el-form",{ref:"searchForm",attrs:{inline:!0,model:e.searchForm,size:"small"}},[a("el-form-item",{attrs:{prop:"operateType",label:"操作类型"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择操作类型",clearable:!0},model:{value:e.searchForm.operateType,callback:function(t){e.$set(e.searchForm,"operateType",t)},expression:"searchForm.operateType"}},e._l(e.logTypeList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.val}})}),1)],1),e._v(" "),a("el-form-item",{attrs:{prop:"model",label:"模块"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择模块",clearable:!0},model:{value:e.searchForm.model,callback:function(t){e.$set(e.searchForm,"model",t)},expression:"searchForm.model"}},e._l(e.modelTypeList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.val}})}),1)],1),e._v(" "),a("el-form-item",{attrs:{prop:"time",label:"时间"}},[a("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"datetimerange","start-placeholder":"开始日期","end-placeholder":"结束日期","prefix-icon":"el-icon-date",format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.searchForm.time,callback:function(t){e.$set(e.searchForm,"time",t)},expression:"searchForm.time"}})],1),e._v(" "),a("div",{staticClass:"btns"},[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.search}},[e._v("查询")]),e._v(" "),a("el-button",{attrs:{size:"small"},on:{click:function(t){return e.resetForm("searchForm")}}},[e._v("重置")])],1)],1)],1),e._v(" "),a("div",{staticClass:"main-page-body"},[a("div",{staticClass:"mainContent"},[a("table-mixin",{attrs:{pageSize:e.pageSize,pageNum:e.pageNum,total:e.total,pagination:e.pagination,handleSizeChange:e.handleSizeChange,handleCurrentChange:e.handleCurrentChange}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableData.loading,expression:"tableData.loading"}],attrs:{data:e.tableData.body},on:{"sort-change":e.handleSortChange}},[a("div",{staticClass:"noData",attrs:{slot:"empty"},slot:"empty"}),e._v(" "),a("el-table-column",{attrs:{label:"序号",type:"index","min-width":"50"}}),e._v(" "),e._l(e.tableData.head,function(e,t){return a("el-table-column",{key:t,attrs:{prop:e.key,label:e.name,align:"left",formatter:e.formatter,sortable:e.sortable,fixed:e.fixed,"min-width":e.width,"show-overflow-tooltip":!0}})})],2)],1)],1)])])},staticRenderFns:[]};var n=a("C7Lr")(i,s,!1,function(e){a("Fi0/"),a("1Sj8")},"data-v-27a25db4",null);t.default=n.exports}});
//# sourceMappingURL=13.354c1639b0c3c94be217.1630463037953.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
webpackJsonp([14],{Pdly:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=a("F4+m"),n=a("liXN"),r=a("55us"),l={name:"LogPage",mixins:[i.a],data:function(){return{searchForm:{operateType:"",time:[]},patientTypeList:[],tableData:{loading:!1,head:[{name:"患者姓名",key:"patientName",sortable:!1,width:"100",fixed:!1},{name:"性别",key:"sex",sortable:!1,width:"80",fixed:!1,formatter:function(e,t,a,i){return 1===a?"男":2===a?"女":""}},{name:"身份证号",key:"identityNumber",sortable:!1,width:"180",fixed:!1},{name:"120急救申请时间",key:"firstAidApplicationTime",sortable:!1,width:"200",fixed:!1},{name:"车牌号",key:"licensePlateNumber",sortable:!1,width:"100",fixed:!1},{name:"申请机构",key:"applicant",sortable:!1,width:"100",fixed:!1},{name:"接诊医院",key:"clinicalHospital",sortable:!1,width:"100",fixed:!1},{name:"请求绿道",key:"patientType",sortable:!1,width:"100",fixed:!1,formatter:function(e,t,a,i){return["","胸痛中心","卒中中心","创伤中心","烧伤中心"][a]||""}},{name:"院前诊断",key:"preHospitalDiagnosis",sortable:!1,width:"100",fixed:!1}],body:[],option:[],condition:[]}}},mounted:function(){var e=this;Object(r.a)(["patient_type"]).then(function(t){e.patientTypeList=t.patient_type}),this.search()},methods:{getTableData:function(){var e=this;this.tableData.loading=!0;var t={patientType:this.searchForm.patientType,pageNo:this.pageNum,pageSize:this.pageSize};this.searchForm.time&&2===this.searchForm.time.length&&(t.time=this.searchForm.time[0]+"_"+this.searchForm.time[1]),Object(n.b)(t).then(function(t){201==t.msg?e.dealTableResponse(t):e.$message.error(t.content)})},logTypeFormatter:function(e,t,a,i){var n=this.logTypeList.find(function(e){return e.val===a});return n?n.name:""},goDetail:function(e){this.$router.push({path:"/business/hospital/detail",query:{patientType:e.patientType,associationId:e.associationId}})}}},o={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"main-page"},[a("div",{staticClass:"main-page-header"},[a("p",{staticClass:"title"},[e._v("院前急救信息")]),e._v(" "),a("el-form",{ref:"searchForm",attrs:{inline:!0,model:e.searchForm,size:"small"}},[a("el-form-item",{attrs:{prop:"patientType",label:"病种"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择病种",clearable:!0},model:{value:e.searchForm.patientType,callback:function(t){e.$set(e.searchForm,"patientType",t)},expression:"searchForm.patientType"}},e._l(e.patientTypeList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.val}})}),1)],1),e._v(" "),a("el-form-item",{attrs:{prop:"time",label:"急救时间"}},[a("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"datetimerange","start-placeholder":"开始日期","end-placeholder":"结束日期","prefix-icon":"el-icon-date",format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.searchForm.time,callback:function(t){e.$set(e.searchForm,"time",t)},expression:"searchForm.time"}})],1),e._v(" "),a("div",{staticClass:"btns"},[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.search}},[e._v("查询")]),e._v(" "),a("el-button",{attrs:{size:"small"},on:{click:function(t){return e.resetForm("searchForm")}}},[e._v("重置")])],1)],1)],1),e._v(" "),a("div",{staticClass:"main-page-body"},[a("div",{staticClass:"mainContent"},[a("table-mixin",{attrs:{pageSize:e.pageSize,pageNum:e.pageNum,total:e.total,pagination:e.pagination,handleSizeChange:e.handleSizeChange,handleCurrentChange:e.handleCurrentChange}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableData.loading,expression:"tableData.loading"}],attrs:{data:e.tableData.body},on:{"sort-change":e.handleSortChange}},[a("div",{staticClass:"noData",attrs:{slot:"empty"},slot:"empty"}),e._v(" "),a("el-table-column",{attrs:{label:"序号",type:"index","min-width":"50"}}),e._v(" "),e._l(e.tableData.head,function(e,t){return a("el-table-column",{key:t,attrs:{prop:e.key,label:e.name,align:"left",formatter:e.formatter,sortable:e.sortable,fixed:e.fixed,"min-width":e.width,"show-overflow-tooltip":!0}})}),e._v(" "),a("el-table-column",{attrs:{label:"操作",align:"left",width:"auto","min-width":"200px"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-link",{attrs:{type:"primary"},on:{click:function(a){return e.goDetail(t.row)}}},[e._v("查看详情")])]}}])})],2)],1)],1)])])},staticRenderFns:[]};var s=a("C7Lr")(l,o,!1,function(e){a("cfdx")},"data-v-3bef513c",null);t.default=s.exports},cfdx:function(e,t){},liXN:function(e,t,a){"use strict";t.b=function(e){return Object(i.a)({url:"/api/team/pre/queryIntegrationList",method:"POST",data:e})},t.a=function(e){return Object(i.a)({url:"/api/team/pre/queryInfoById",method:"POST",data:e})};var i=a("2Hum")}});
//# sourceMappingURL=14.29a0473cda2c92cfba5a.1630463037953.js.map
\ No newline at end of file
webpackJsonp([14],{VVSh:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("F4+m"),o=a("2Hum");var l=a("55us"),i={name:"LogPage",mixins:[r.a],data:function(){return{searchForm:{operateType:"",time:[]},logTypeList:[],modelTypeList:[],tableData:{loading:!1,head:[{name:"操作时间",key:"createTime",sortable:!1,width:"150",fixed:!1},{name:"操作人",key:"createUserName",sortable:!1,width:"100",fixed:!1},{name:"描述",key:"description",sortable:!1,width:"200",fixed:!1},{name:"提交参数",key:"operateParam",sortable:!1,width:"500",fixed:!1},{name:"模块",key:"model",sortable:!1,width:"100",fixed:!1,formatter:this.modelTypeFormatter},{name:"操作类型",key:"operateType",sortable:!1,width:"100",fixed:!1,formatter:this.logTypeFormatter}],body:[],option:[],condition:[]}}},mounted:function(){var e=this;Object(l.a)(["log_type","model_type"]).then(function(t){e.logTypeList=t.log_type||[],e.modelTypeList=t.model_type||[]}),this.search()},methods:{getTableData:function(){var e=this;this.tableData.loading=!0;var t={operateType:this.searchForm.operateType,model:this.searchForm.model,pageNo:this.pageNum,pageSize:this.pageSize};this.searchForm.time&&2===this.searchForm.time.length&&(t.createTime=this.searchForm.time[0]+"_"+this.searchForm.time[1]),function(e){return Object(o.a)({url:"/api/team/log/list",method:"POST",data:e})}(t).then(function(t){201==t.msg?e.dealTableResponse(t):e.$message.error(t.content)})},modelTypeFormatter:function(e,t,a,r){var o=this.modelTypeList.find(function(e){return e.val===a});return o?o.name:a},logTypeFormatter:function(e,t,a,r){var o=this.logTypeList.find(function(e){return e.val===a});return o?o.name:a}}},n={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"main-page log"},[a("div",{staticClass:"main-page-header"},[a("p",{staticClass:"title"},[e._v("日志管理")]),e._v(" "),a("el-form",{ref:"searchForm",attrs:{inline:!0,model:e.searchForm,size:"small"}},[a("el-form-item",{attrs:{prop:"operateType",label:"操作类型"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择操作类型",clearable:!0},model:{value:e.searchForm.operateType,callback:function(t){e.$set(e.searchForm,"operateType",t)},expression:"searchForm.operateType"}},e._l(e.logTypeList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.val}})}),1)],1),e._v(" "),a("el-form-item",{attrs:{prop:"model",label:"模块"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择模块",clearable:!0},model:{value:e.searchForm.model,callback:function(t){e.$set(e.searchForm,"model",t)},expression:"searchForm.model"}},e._l(e.modelTypeList,function(e){return a("el-option",{key:e.id,attrs:{label:e.name,value:e.val}})}),1)],1),e._v(" "),a("el-form-item",{attrs:{prop:"time",label:"时间"}},[a("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"datetimerange","start-placeholder":"开始日期","end-placeholder":"结束日期","prefix-icon":"el-icon-date",format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.searchForm.time,callback:function(t){e.$set(e.searchForm,"time",t)},expression:"searchForm.time"}})],1),e._v(" "),a("div",{staticClass:"btns"},[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.search}},[e._v("查询")]),e._v(" "),a("el-button",{attrs:{size:"small"},on:{click:function(t){return e.resetForm("searchForm")}}},[e._v("重置")])],1)],1)],1),e._v(" "),a("div",{staticClass:"main-page-body"},[a("div",{staticClass:"mainContent"},[a("table-mixin",{attrs:{pageSize:e.pageSize,pageNum:e.pageNum,total:e.total,pagination:e.pagination,handleSizeChange:e.handleSizeChange,handleCurrentChange:e.handleCurrentChange}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableData.loading,expression:"tableData.loading"}],attrs:{data:e.tableData.body},on:{"sort-change":e.handleSortChange}},[a("div",{staticClass:"noData",attrs:{slot:"empty"},slot:"empty"}),e._v(" "),a("el-table-column",{attrs:{label:"序号",type:"index","min-width":"50"}}),e._v(" "),e._l(e.tableData.head,function(e,t){return a("el-table-column",{key:t,attrs:{prop:e.key,label:e.name,align:"left",formatter:e.formatter,sortable:e.sortable,fixed:e.fixed,"min-width":e.width,"show-overflow-tooltip":!0}})})],2)],1)],1)])])},staticRenderFns:[]};var s=a("C7Lr")(i,n,!1,function(e){a("d986"),a("jkua")},"data-v-2d6a9702",null);t.default=s.exports},d986:function(e,t){},jkua:function(e,t){}});
//# sourceMappingURL=14.e43c361c3665e79e6d61.1630545834833.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.
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.1630463037953.js.map
\ No newline at end of file
//# sourceMappingURL=3.5cd73c76a67edd6755d3.1630545834833.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.
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