| | |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :componentVO="areaItem.componentVOs[0]" |
| | | :sourceData="newSourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :componentVO="componentVO" |
| | | :sourceData="newSourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | :uiBtmType="uiBtmType" |
| | | :uiContext="uiContext" |
| | | :inDialog="inDialog" |
| | | :canEdit="canEdit" |
| | | :componentVO="newAreasData[0].componentVOs[0]" |
| | | :sourceData="newSourceData" |
| | | :sourceBtmType="sourceBtmType" |
| | |
| | | description="该区域没有配置显示的内容"> |
| | | </el-alert> |
| | | <el-alert |
| | | v-else-if="Object.keys(newSourceData).length> 0" |
| | | v-else-if="Object.keys(newSourceData).length== 0" |
| | | class="alert" |
| | | :closable="false" |
| | | title="" |
| | | type="error" |
| | | show-icon |
| | | type="info" |
| | | description="没有可显示的内容,请选择来源数据。"> |
| | | </el-alert> |
| | | <el-alert |
| | | v-else-if="newAreasData.length== 0" |
| | | class="alert" |
| | | :closable="false" |
| | | title="" |
| | | type="info" |
| | | description="不满足显示表达式条件,没有可显示的内容。"> |
| | | </el-alert> |
| | | </div> |
| | |
| | | type: Boolean, |
| | | default: false |
| | | }, |
| | | canEdit:{ |
| | | //内容是否可编辑 |
| | | type:Boolean, |
| | | default:false |
| | | }, |
| | | areasName:{ |
| | | type:String, |
| | | default:'' |