提交 6560ebe8 编写于 作者: Mosher's avatar Mosher

update:更新

上级 0bacc58a
......@@ -77,6 +77,14 @@ export default class ${srfclassname('${ctrl.codeName}')}Base extends Vue impleme
*/
@Prop() public viewparams!: any;
/**
* 视图操作参数
*
* @type {*}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
@Prop() public viewCtx!: any;
/**
* 视图状态事件
*
......
......@@ -2,7 +2,8 @@
<view_${ctrl.getName()}
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:context="context"
:viewCtx="viewCtx"
<#if content??>
${content}<#t>
</#if>
......
<#-- content -->
<#assign content>
<#if view.getViewType() != 'DECUSTOMVIEW'>
:isSingleSelect="isSingleSelect"
</#if>
<#if view.getViewType() == 'DEPICKUPGRIDVIEW'>
:selectedData="selectedData"
</#if>
......
......@@ -226,11 +226,19 @@ import { Environment } from '@/environments/environment';
/**
* 门户部件类型
*
* @type {number}
* @type {string}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public portletType: string = '<#if ctrl.getPortletType?? && ctrl.getPortletType()??>${ctrl.getPortletType()?lower_case}</#if>';
/**
* 部件类型
*
* @type {string}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public controlType: string = '${ctrl.getControlType()}';
/**
* 视图默认使用
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册