| | |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS"> |
| | | :paramVOS="paramVOS" |
| | | :isShow="isShow"> |
| | | |
| | | </dynamic-table> |
| | | <dynamic-form v-else-if="componentVO.uiComponentType=='form'" |
| | |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS"> |
| | | :paramVOS="paramVOS" |
| | | :isShow="isShow"> |
| | | |
| | | </dynamic-form> |
| | | <dynamic-tree v-else-if="componentVO.uiComponentType=='tree'" |
| | |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS"> |
| | | |
| | | :paramVOS="paramVOS" |
| | | :isShow="isShow"> |
| | | </dynamic-tree> |
| | | <dynamic-custom v-else-if="componentVO.uiComponentType=='custom'" :inDialog="inDialog" |
| | | <dynamic-custom v-else-if="componentVO.uiComponentType=='customer'" :inDialog="inDialog" |
| | | :key="areasName+'custom-'+componentVO.oid" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS"> |
| | | :paramVOS="paramVOS" |
| | | :isShow="isShow"> |
| | | |
| | | </dynamic-custom> |
| | | </template> |
| | |
| | | paramVOS:{ |
| | | type:Object, |
| | | default: {} |
| | | } |
| | | }, |
| | | isShow: { |
| | | //所在区域是否已显示,针对tab和collapse |
| | | type: Boolean, |
| | | default: true |
| | | }, |
| | | }, |
| | | created() { |
| | | } |
| | | } |
| | | </script> |
| | | |