| | |
| | | <template> |
| | | <dynamic-table v-if="componentVO.uiComponentType=='table'" |
| | | <dynamic-table v-if="componentVO.uiComponentType=='table' || componentVO.uiComponentType=='TreeTable'" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :key="areasName+'table-'+componentVO.oid" |
| | |
| | | :isShow="isShow"> |
| | | |
| | | </dynamic-table> |
| | | <dynamicTreeTable v-else-if="componentVO.uiComponentType=='TreeTable'" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :key="areasName+'table-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | | :dataStore="dataStore" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS" |
| | | @setDataStore="setDataStore" |
| | | :isShow="isShow"> |
| | | </dynamicTreeTable> |
| | | <dynamic-form v-else-if="componentVO.uiComponentType=='form'" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |