Files
starRiverProperty/frontend/decompiled/cwos-portal/static/js/211.f459257caaf9ceff7edd.js
T
hpd840321 7b2bd307f1 Initial commit: reorganized source tree
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.)
- frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts
- scripts/: build, test-env, tools (Docker Compose, service templates, API parity)
- docs/: AGENTS.md, superpowers specs, architecture docs
- .gitignore: standard Java/Maven exclusions

Moved from legacy maven-*/ root layout to backend/ organized structure.
2026-05-09 09:56:45 +08:00

1 line
2.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
webpackJsonp([211],{"7XGn":function(e,r,t){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a=t("Dd8w"),o=t.n(a),l=t("hmNX"),s={data:function(){return{form:{},imageUrl:""}},computed:{},created:function(){var e=this;this.$route.query.id&&l.a.detail(this.$route.query.id).then(function(r){e.form=o()({},r),r.icon&&-1!==r.icon.indexOf("avatar")&&(e.imageUrl="/cwos-portal/portal/fileManager/imgByPath?path="+r.icon)})},methods:{}},i={render:function(){var e=this,r=e.$createElement,t=e._self._c||r;return t("el-card",{attrs:{shadow:"never"}},[t("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[t("span",[e._v("基本信息")])]),e._v(" "),t("el-form",{attrs:{"label-width":"120px",model:e.form,"label-position":"left"}},[t("el-form-item",{attrs:{label:"应用类型:",prop:"typeCode"}},[e._v("AI场景应用")]),e._v(" "),t("el-form-item",{attrs:{label:"应用分类:",prop:"groupCode"}},[e._v("场景应用")]),e._v(" "),t("el-form-item",{attrs:{label:"应用名称:",prop:"name"}},[e._v(e._s(e.form.name))]),e._v(" "),t("el-form-item",{attrs:{label:"应用代码:",prop:"serviceCode"}},[e._v(e._s(e.form.serviceCode))]),e._v(" "),t("el-form-item",{attrs:{label:"应用版本:",prop:"version"}},[e._v(e._s(e.form.version))]),e._v(" "),t("el-form-item",{attrs:{label:"应用地址:",prop:"address"}},[e._v(e._s(e.form.address))]),e._v(" "),t("el-form-item",{attrs:{label:"应用文档URL",prop:"docUrl"}},[e._v(e._s(e.form.docUrl))]),e._v(" "),t("el-form-item",{attrs:{label:"应用图标:",prop:"icon"}},[e.form.icon&&-1!==e.form.icon.indexOf("avatar")?t("img",{staticStyle:{width:"50px"},attrs:{src:e.imageUrl,alt:""}}):t("svg-icon",{staticClass:"icon",staticStyle:{transform:"scale(3)"},attrs:{"icon-class":e.form.icon?e.form.icon:"icon_scene_default"}})],1),e._v(" "),t("el-form-item",{attrs:{label:"应用描述:",prop:"remark"}},[e._v(e._s(e.form.remark))])],1)],1)},staticRenderFns:[]},n=t("VU/8")(s,i,!1,null,null,null);r.default=n.exports}});