| | |
| | | :key="areasName+'table-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :actionType="actionType" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | :key="areasName+'form-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :actionType="actionType" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | :key="areasName+'tree-'+componentVO.oid" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :actionType="actionType" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | :uiContext="uiContext" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :actionType="actionType" |
| | | :key="areasName+'custom-'+componentVO.oid" |
| | | :componentVO="componentVO" |
| | | :sourceData="sourceData" |
| | |
| | | type:Boolean, |
| | | default:false |
| | | }, |
| | | actionType:{ |
| | | //按钮操作类型 |
| | | default:"" |
| | | }, |
| | | areasName:{ |
| | | type:String, |
| | | default:'' |