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

xignzi006 发布系统代码

上级 79a96006
...@@ -54,6 +54,7 @@ export class AccountInfoBase extends TabExpViewBase { ...@@ -54,6 +54,7 @@ export class AccountInfoBase extends TabExpViewBase {
*/ */
protected containerModel: any = { protected containerModel: any = {
view_toolbar: { name: 'toolbar', type: 'TOOLBAR' }, view_toolbar: { name: 'toolbar', type: 'TOOLBAR' },
view_quicksummary: { name: 'quicksummary', type: 'CUSTOM' },
view_tabexppanel: { name: 'tabexppanel', type: 'TABEXPPANEL' }, view_tabexppanel: { name: 'tabexppanel', type: 'TABEXPPANEL' },
}; };
......
...@@ -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 { AccountInfoBase } from './account-info-base'; import { AccountInfoBase } from './account-info-base';
import view_quicksummary from '@widgets/account/infoquicksummary-custom/infoquicksummary-custom.vue';
import view_tabexppanel from '@widgets/account/infotabexppanel-tabexppanel/infotabexppanel-tabexppanel.vue'; import view_tabexppanel from '@widgets/account/infotabexppanel-tabexppanel/infotabexppanel-tabexppanel.vue';
/** /**
...@@ -14,6 +15,7 @@ import view_tabexppanel from '@widgets/account/infotabexppanel-tabexppanel/infot ...@@ -14,6 +15,7 @@ import view_tabexppanel from '@widgets/account/infotabexppanel-tabexppanel/infot
*/ */
@Component({ @Component({
components: { components: {
view_quicksummary,
view_tabexppanel, view_tabexppanel,
} }
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册