mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
7b2bd307f1
- 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.
2 lines
2.4 KiB
JavaScript
2 lines
2.4 KiB
JavaScript
"1419:function(t,e,n){\"use strict\";n.r(e);n(\"ac1f\"),n(\"841c\");var r=function(){var t=this,e=t._self._c;return e(\"CwForm\",t._g(t._b({ref:\"cwform\",staticClass:\"cw-search-form\",class:{\"cw-search-box\":t.isSerachBoxClass},attrs:{formItems:t.formIs,formAttrs:t.formAttrs},nativeOn:{keydown:function(e){return!e.type.indexOf(\"key\")&&t._k(e.keyCode,\"enter\",13,e.key,\"Enter\")?null:t.keydown.apply(null,arguments)}},scopedSlots:t._u([{key:\"op\",fn:function(){return[t.isShowOp?e(\"el-form-item\",[t.isShowSearch?e(\"el-button\",{staticClass:\"search-btn\",attrs:{type:\"primary\"},on:{click:t.search}},[t._v(\"查询\")]):t._e(),t.isShowReset?e(\"el-button\",{staticClass:\"reset-btn\",on:{click:t.rest}},[t._v(\"重置\")]):t._e()],1):t._e()]},proxy:!0},t._l(t.itemSlots,(function(e){return{key:e,fn:function(n){return[t._t(e,null,null,n)]}}}))],null,!0)},\"CwForm\",t.$attrs,!1),t.$listeners))},s=[],o=n(\"2909\"),a=(n(\"99af\"),n(\"d3b7\"),n(\"159b\"),n(\"14d9\"),n(\"b0c0\"),n(\"a53c\")),c=n(\"99bd\"),i=n(\"3c4e\"),u=n.n(i),l={inheritAttrs:!1,name:\"CwSearchForm\",mixins:[c[\"a\"]],components:{CwForm:a[\"a\"]},props:{isSerachBoxClass:{type:Boolean,default:!0},formItems:{type:Array,default:function(){return[]}},searchMethod:{type:String,default:\"getList\"},isShowOp:{type:Boolean,default:!0},isAuto:{type:Boolean,default:!0},isResetSearch:{type:Boolean,default:!0},isShowSearch:{type:Boolean,default:!0},isShowReset:{type:Boolean,default:!0}},data:function(){return{oldRuleForm:\"\",defaultFormAttrs:{\"label-width\":\"68px\"}}},created:function(){},mounted:function(){},computed:{formAttrs:function(){return u()(this.defaultFormAttrs,this.$attrs.formAttrs||{})},formIs:function(){return[].concat(Object(o[\"a\"])(this.formItems),[{type:\"slot\",name:\"op\"}])},itemSlots:function(){var t=[];return this.formItems.forEach((function(e){t.push(e.name+\"-append\"),\"slot\"===e.type||\"slotItem\"===e.type?t.push(e.name):e.slot&&e.slot.length>0&&e.slot.forEach((function(n){t.push(e.name+n)}))})),t}},watch:{},methods:{keydown:function(){this.search()},rest:function(){this.$refs.cwform.resetForm(),this.isResetSearch&&(this.$emit(\"reset\"),this.isAuto&&this.emitMethod(this.searchMethod,!0))},search:function(){var t=this;this.$refs.cwform.validate().then((function(e){t.isAuto&&t.emitMethod(t.searchMethod,e),t.$emit(\"search\",t.$attrs.ruleForm)}))}}},f=l,h=(n(\"a98a\"),n(\"2877\")),d=Object(h[\"a\"])(f,r,s,!1,null,null,null);e[\"default\"]=d.exports}";
|