| | |
| | | </el-aside> |
| | | <el-container style="height: 100%"> |
| | | <el-main v-if="uiDefineVO.centerAreas && uiDefineVO.centerAreas.length>0" :style="'height: '+centerHeight"> |
| | | <UIContentArea :key="'centerArea-'+uiDefineVO.oid" areas-name="centerArea" |
| | | cradStyle="" |
| | | :areasData="uiDefineVO.centerAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="checkedData.westAreas[0]" |
| | | :dataStore="checkedData.centerAreas[0]" |
| | | :paramVOS="paramVOS"> |
| | | </UIContentArea> |
| | | <u-i-content-area :key="'centerArea-'+uiDefineVO.oid" areas-name="centerArea" |
| | | cradStyle="" |
| | | :areasData="uiDefineVO.centerAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="checkedData.westAreas[0]" |
| | | :dataStore="checkedData.centerAreas[0]" |
| | | :paramVOS="paramVOS"></u-i-content-area> |
| | | </el-main> |
| | | <el-footer v-if="uiDefineVO.southAreas && uiDefineVO.southAreas.length>0" height="300px" style="max-height: 300px"> |
| | | <UIContentArea :key="'southArea-'+uiDefineVO.oid" areas-name="southArea" |
| | |
| | | paramVOS:{ |
| | | type:Object, |
| | | default: {} |
| | | }, |
| | | customOptions:{ |
| | | type:Object, |
| | | default: {} |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | btmType:'',//业务类型(或链接类型) |
| | | content:'',//UI上下文的名称 |
| | | btmType:this.customOptions.btmType,//业务类型(或链接类型) |
| | | content:this.customOptions.content,//UI上下文的名称 |
| | | checkedData:{ |
| | | //各区域选中数据 |
| | | westAreas:[], |