mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
4f79e10bd6
Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
1 line
2.1 KiB
JavaScript
1 line
2.1 KiB
JavaScript
webpackJsonp([77],{ch7G:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o={data:function(){return{form:{}}},mounted:function(){var t=sessionStorage.getItem("acitve_detail");if(!t)return this.$router.go(-1);this.form=JSON.parse(t)},beforeDestroy:function(){sessionStorage.removeItem("acitve_detail")}},r={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container",attrs:{id:"PlatformDetail"}},[n("el-card",{staticClass:"platform-add-box",attrs:{shadow:"never"}},[n("el-row",{staticStyle:{width:"605px"}},[n("el-form",{ref:"ruleForm",attrs:{"label-width":"140px","label-position":"left"}},[n("el-form-item",{attrs:{label:"监控类型"}},[t._v("\n "+t._s(t.form.componentType)+"\n ")]),t._v(" "),n("el-form-item",{attrs:{label:"监控内容"}},[t._v("\n "+t._s(t.form.componentName)+"\n ")]),t._v(" "),t._l(t.form.components||[],function(e,o){return n("div",{key:o,staticClass:"detail-block"},[n("el-form-item",{attrs:{label:"IP地址"}},[t._v("\n "+t._s(e.ip)+"\n ")]),t._v(" "),n("el-form-item",{attrs:{label:"端口号"}},[t._v("\n "+t._s(e.port)+"\n ")])],1)}),t._v(" "),n("el-form-item",{attrs:{label:"备注"}},[t._v("\n "+t._s(t.form.remark)+"\n ")])],2)],1)],1)],1)},staticRenderFns:[]};var a=n("VU/8")(o,r,!1,function(t){n("lG3X")},"data-v-7eb3512c",null);e.default=a.exports},lG3X:function(t,e,n){var o=n("rb5K");"string"==typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);n("rjj0")("b9d2e036",o,!0)},rb5K:function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,"\n#PlatformDetail[data-v-7eb3512c] {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n padding-bottom: 10px;\n}\n#PlatformDetail .platform-add-box[data-v-7eb3512c] {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n margin-bottom: 10px;\n overflow: auto;\n}\n",""])}}); |