VIEW-BASE.vue.ftl 624 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12
<#ibizinclude>
../@MACRO/LAYOUTPANEL_VIEW.template.ftl
</#ibizinclude>

<#ibizinclude>
../@MACRO/VIEW_HEADER-BASE.vue.ftl
</#ibizinclude>

<#ibizinclude>
../@MACRO/VIEW_CONTENT-BASE.vue.ftl
</#ibizinclude>

13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    /**
     * 选中数据
     *
     * @type {*}
     * @memberof ${srfclassname('${view.name}')}Base
     */
    public selection: any = {};

    /**
     * 表单数据
     *
     * @type {*}
     * @memberof ${srfclassname('${view.name}')}Base
     */
    public formData:any = {};

ibizdev's avatar
ibizdev committed
29 30 31 32 33 34 35
<#ibizinclude>
../@MACRO/VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude>

<#ibizinclude>
../@MACRO/VIEW-BASE.style.ftl
</#ibizinclude>