提交 97605351 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 e692f820
......@@ -175,6 +175,8 @@ export default {
rawitem1: "",
grouppanel4: "基础表单项-直接内容",
grouppanel8: "基础表单项-复合表单项",
iframe1: "",
grouppanel9: "基础表单项-直接页面嵌入",
formpage1: "表单分页",
formpage3: "表单分页",
srfupdatedate: "更新时间",
......
......@@ -174,6 +174,8 @@ export default {
rawitem1: "",
grouppanel4: "基础表单项-直接内容",
grouppanel8: "基础表单项-复合表单项",
iframe1: "",
grouppanel9: "基础表单项-直接页面嵌入",
formpage1: "表单分页",
formpage3: "表单分页",
srfupdatedate: "更新时间",
......
......@@ -179,6 +179,18 @@
</row>
</app-form-group>
</i-col>
<i-col v-show="detailsModel.grouppanel9.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel9.manageContainerStatus" :isManageContainer="detailsModel.grouppanel9.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel9')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel9.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizsample0001.main3_form.details.grouppanel9')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.iframe1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<div style="height:0px"><iframe src='https://www.baidu.com'></iframe></div>
</i-col>
</row>
</app-form-group>
</i-col>
......@@ -812,6 +824,10 @@ export default class Main3Base extends Vue implements ControlInterface {
grouppanel4: new FormGroupPanelModel({ caption: '基础表单项-直接内容', detailType: 'GROUPPANEL', name: 'grouppanel4', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizsample0001.main3_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
grouppanel8: new FormGroupPanelModel({ caption: '基础表单项-复合表单项', detailType: 'GROUPPANEL', name: 'grouppanel8', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizsample0001.main3_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
iframe1: new FormIFrameModel({ caption: '', detailType: 'IFRAME', name: 'iframe1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
,
grouppanel9: new FormGroupPanelModel({ caption: '基础表单项-直接页面嵌入', detailType: 'GROUPPANEL', name: 'grouppanel9', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizsample0001.main3_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
formpage1: new FormPageModel({ caption: '表单分页', detailType: 'FORMPAGE', name: 'formpage1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
,
......@@ -1083,6 +1099,8 @@ export default class Main3Base extends Vue implements ControlInterface {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册