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

xignzi006 发布系统代码

上级 f20a6d3b
...@@ -51,6 +51,7 @@ export class AccountTreeGridExViewBase extends TreeGridExViewBase { ...@@ -51,6 +51,7 @@ export class AccountTreeGridExViewBase extends TreeGridExViewBase {
* @memberof AccountTreeGridExViewBase * @memberof AccountTreeGridExViewBase
*/ */
protected containerModel: any = { protected containerModel: any = {
view_searchform: { name: 'searchform', type: 'SEARCHFORM' },
view_toolbar: { name: 'toolbar', type: 'TOOLBAR' }, view_toolbar: { name: 'toolbar', type: 'TOOLBAR' },
view_treegridex: { name: 'treegridex', type: 'TREEGRIDEX' }, view_treegridex: { name: 'treegridex', type: 'TREEGRIDEX' },
}; };
......
...@@ -4,6 +4,21 @@ ...@@ -4,6 +4,21 @@
</template> </template>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template>
<template slot="searchForm">
<view_searchform
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:showBusyIndicator="true"
v-show="isExpandSearchForm"
loaddraftAction="FilterGetDraft"
loadAction="FilterGet"
name="searchform"
ref='searchform'
@closeview="closeView($event)">
</view_searchform>
</template>
<view_treegridex <view_treegridex
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
import { Component } from 'vue-property-decorator'; import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '@/studio-core'; import { VueLifeCycleProcessing } from '@/studio-core';
import { AccountTreeGridExViewBase } from './account-tree-grid-ex-view-base'; import { AccountTreeGridExViewBase } from './account-tree-grid-ex-view-base';
import view_searchform from '@widgets/account/default-searchform/default-searchform.vue';
import view_treegridex from '@widgets/account/gradation-treegridex/gradation-treegridex.vue'; import view_treegridex from '@widgets/account/gradation-treegridex/gradation-treegridex.vue';
/** /**
...@@ -14,6 +15,7 @@ import view_treegridex from '@widgets/account/gradation-treegridex/gradation-tre ...@@ -14,6 +15,7 @@ import view_treegridex from '@widgets/account/gradation-treegridex/gradation-tre
*/ */
@Component({ @Component({
components: { components: {
view_searchform,
view_treegridex, view_treegridex,
} }
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册