EDIT_VIEW3-BASE.vue.ftl 588 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<#ibizinclude>
./LAYOUTPANEL_VIEW.template.ftl
</#ibizinclude>

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

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

    /**
     * 选中数据
     *
     * @type {*}
     * @memberof ${srfclassname('${view.name}')}Base
     */
    public selection: any = {};
tony001's avatar
tony001 committed
20 21 22 23 24 25 26 27

    /**
     * 表单数据
     *
     * @type {*}
     * @memberof ${srfclassname('${view.name}')}Base
     */
    public formData:any = {};
28 29 30 31 32 33 34 35
    
<#ibizinclude>
./VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude>

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