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

xignzi006 发布系统代码

上级 a0e066d3
......@@ -119,6 +119,7 @@ export default {
grouppanel1: "分组面板",
grouppanel3: "分组面板",
button1: "编辑",
grouppanel5: "分组面板",
grouppanel4: "分组面板",
grouppanel2: "分组面板",
group1: "市场活动",
......
......@@ -118,6 +118,7 @@ export default {
grouppanel1: '分组面板',
grouppanel3: '分组面板',
button1: '编辑',
grouppanel5: '分组面板',
grouppanel4: '分组面板',
grouppanel2: '分组面板',
group1: '市场活动',
......
......@@ -63,7 +63,10 @@
</app-form-item>
</div>
<div v-show="detailsModel.button1.visible" :style="{}">
<div v-show="detailsModel.grouppanel5.visible" :style="{}">
<app-form-group layoutType="FLEX" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel5.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.campaign.info_head_form.details.grouppanel5')" :isShowCaption="false" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="true" >
<div style="height: 100%;display: flex;align-items: center;">
<div v-show="detailsModel.button1.visible" :style="{}">
<i-button type="primary" @click="button1_click($event)"
style="">
<i class="fa fa-chevron-down" style="margin-right: 2px;"></i>
......@@ -85,6 +88,11 @@
</div>
</app-form-group>
</div>
</div>
</app-form-group>
</i-col>
......@@ -568,6 +576,8 @@ export default class Info_HeadBase extends Vue implements ControlInterface {
,
button1: new FormButtonModel({ caption: '编辑', detailType: 'BUTTON', name: 'button1', visible: true, isShowCaption: false, form: this, uiaction: { type: 'DEUIACTION',
tag: 'Edit_Head', actiontarget: 'SINGLEKEY' } })
,
grouppanel5: new FormGroupPanelModel({ caption: '分组面板', detailType: 'GROUPPANEL', name: 'grouppanel5', visible: true, isShowCaption: false, form: this, uiActionGroup: { caption: '', langbase: 'entities.campaign.info_head_form', extractMode: 'ITEM', details: [] } })
,
grouppanel4: new FormGroupPanelModel({ caption: '分组面板', detailType: 'GROUPPANEL', name: 'grouppanel4', visible: true, isShowCaption: false, form: this, uiActionGroup: { caption: '', langbase: 'entities.campaign.info_head_form', extractMode: 'ITEM', details: [] } })
,
......@@ -830,6 +840,7 @@ export default class Info_HeadBase extends Vue implements ControlInterface {
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册