| | |
| | | </template> |
| | | <div class="componentVO"> |
| | | <compoent-index :key="areasName+'componentVO-'+componentVO.oid" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :actionType="actionType" |
| | | :componentVO="componentVO" |
| | | :sourceData="newSourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | | :dataStore="dataStore" |
| | | :areasName="areasName" |
| | | :paramVOS="paramVOS" |
| | | @setData="setData" |
| | | @setDataStore="setDataStore" |
| | | :isShow="collapseActiveNames.indexOf(areasName+'-collapse-'+componentIndex)!=-1?true:false"></compoent-index> |
| | | </div> |
| | | </el-collapse-item> |
| | | </el-collapse> |
| | | <div v-else class="componentVO"> |
| | | <div v-else-if="areaItem.componentVOs.length==1" class="componentVO"> |
| | | <compoent-index :key="areasName+'componentVO-'+areaItem.componentVOs[0].oid" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | |
| | | @setData="setData" |
| | | @setDataStore="setDataStore" |
| | | :isShow="activeName==(areasName+'-Tab-'+index)?true:false"></compoent-index> |
| | | </div> |
| | | <div v-else> |
| | | <el-alert |
| | | class="alert" |
| | | :closable="false" |
| | | title="" |
| | | type="info" |
| | | description="没有可显示的内容,请联系管理人员检查配置。"> |
| | | </el-alert> |
| | | </div> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | |
| | | </div> |
| | | </el-collapse-item> |
| | | </el-collapse> |
| | | <div v-else class="componentVO"> |
| | | <div v-else-if="newAreasData[0].componentVOs.length===1" class="componentVO"> |
| | | <compoent-index :key="areasName+'componentVO-'+newAreasData[0].componentVOs[0].oid" |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | |
| | | @setDataStore="setDataStore" |
| | | :isShow="true"></compoent-index> |
| | | </div> |
| | | <div v-else> |
| | | <el-alert |
| | | class="alert" |
| | | :closable="false" |
| | | title="" |
| | | type="info" |
| | | description="没有可显示的内容,请联系管理人员检查配置。"> |
| | | </el-alert> |
| | | </div> |
| | | </div> |
| | | <div v-else> |
| | | <el-alert |