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

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

上级 e71ce051
......@@ -177,7 +177,7 @@ export default {
grouppanel2: "基础表单项-分页",
druipart1: "",
grouppanel1: "基础表单项-关系界面",
button1: "表单按钮",
button1: "打开文档",
grouppanel3: "基础表单项-表单按钮",
rawitem1: "",
grouppanel4: "基础表单项-直接内容",
......
......@@ -176,7 +176,7 @@ export default {
grouppanel2: "基础表单项-分页",
druipart1: "",
grouppanel1: "基础表单项-关系界面",
button1: "表单按钮",
button1: "打开文档",
grouppanel3: "基础表单项-表单按钮",
rawitem1: "",
grouppanel4: "基础表单项-直接内容",
......
......@@ -183,8 +183,8 @@
<i-col v-show="detailsModel.grouppanel9.visible" :style="{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ 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="{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<div style="height:0px"><iframe src='https://www.baidu.com'></iframe></div>
<i-col v-show="detailsModel.iframe1.visible" :style="{'height': '200px !important',}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<div style="height:200px"><iframe src='https://www.baidu.com'></iframe></div>
</i-col>
......@@ -823,7 +823,7 @@ export default class Main3Base extends Vue implements ControlInterface {
,
grouppanel1: new FormGroupPanelModel({ caption: '基础表单项-关系界面', detailType: 'GROUPPANEL', name: 'grouppanel1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizsample0001.main3_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
button1: new FormButtonModel({ caption: '表单按钮', detailType: 'BUTTON', name: 'button1', visible: true, isShowCaption: true, form: this, isControlledContent: false ,disabled: false, uiaction: { type: 'DEUIACTION',
button1: new FormButtonModel({ caption: '打开文档', detailType: 'BUTTON', name: 'button1', visible: true, isShowCaption: true, form: this, isControlledContent: false ,disabled: false, uiaction: { type: 'DEUIACTION',
tag: 'openDocument',actiontarget: 'NONE',noprivdisplaymode:2,visabled: true,disabled: false} })
,
grouppanel3: new FormGroupPanelModel({ caption: '基础表单项-表单按钮', detailType: 'GROUPPANEL', name: 'grouppanel3', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizsample0001.main3_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
......@@ -1358,7 +1358,7 @@ export default class Main3Base extends Vue implements ControlInterface {
/**
* 表单 表单按钮 事件
* 表单 打开文档 事件
*
* @memberof @memberof Main3Base
*/
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册