| | |
| | | <template> |
| | | <dynamic-table v-if="componentVO.uiComponentType=='table'" |
| | | tableType="table" |
| | | :key="areasName+'table-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS" |
| | | :isShow="isShow"> |
| | | |
| | | </dynamic-table> |
| | | <dynamic-table v-else-if="componentVO.uiComponentType=='TreeTable'" |
| | | tableType="TreeTable" |
| | | :key="areasName+'table-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :componentVO="componentVO" |
| | |
| | | :areasName="areasName" |
| | | :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" |
| | |
| | | default: true |
| | | }, |
| | | }, |
| | | created() { |
| | | } |
| | | } |
| | | </script> |
| | | |