| | |
| | | :areasData="uiDefineVO.northAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="sourceData" |
| | | :dataStore="checkedData.northArea[0]" |
| | | :dataStore="checkedData.northArea" |
| | | :paramVOS="paramVOS" |
| | | @setDataStore="setDataStore"> |
| | | </UIContentArea> |
| | |
| | | :areasData="uiDefineVO.westAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="sourceData" |
| | | :dataStore="checkedData.westArea[0]" |
| | | :dataStore="checkedData.westArea" |
| | | :paramVOS="paramVOS" |
| | | @setDataStore="setDataStore"> |
| | | </UIContentArea> |
| | |
| | | cradStyle="" |
| | | :areasData="uiDefineVO.centerAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="checkedData.westArea[0]" |
| | | :dataStore="checkedData.centerArea[0]" |
| | | :sourceData="checkedData.westArea[checkedData.westArea.length-1]" |
| | | :dataStore="checkedData.centerArea" |
| | | :paramVOS="paramVOS" |
| | | @setDataStore="setDataStore"> |
| | | </UIContentArea> |
| | |
| | | cradStyle="" |
| | | :areasData="uiDefineVO.southAreas" |
| | | :inDialog="inDialog" |
| | | :sourceData="checkedData.centerArea[0]" |
| | | :dataStore="checkedData.southArea[0]" |
| | | :sourceData="checkedData.centerArea[checkedData.centerArea.length-1]" |
| | | :dataStore="checkedData.southArea" |
| | | :paramVOS="paramVOS" |
| | | @setDataStore="setDataStore"> |
| | | </UIContentArea> |
| | |
| | | content:'',//UI上下文的名称 |
| | | checkedData:{ |
| | | //各区域选中数据 |
| | | northArea:[], |
| | | westArea:[], |
| | | centerArea:[], |
| | | southArea:[] |
| | | northArea:[{}], |
| | | westArea:[{}], |
| | | centerArea:[{}], |
| | | southArea:[{}] |
| | | }, |
| | | uiDefineVO: uiDefineVOData, |
| | | centerHeight:'100%' |