eamlocation-state-list-exp-view.html 847 字节
<studio-view-style2 viewName="eamlocationstatelistexpview" viewTitle="功能位置状态信息" class='delistexpview eamlocation-state-list-exp-view'>
    <template slot="toolbar">
                <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/>    </template>
    <view_listexpbar 
        :viewState="viewState"  
        :viewparams="viewparams" 
        :context="context" 
        :showBusyIndicator="true" 
        :viewUID="viewUID"
        :newdata="newdata"
        :opendata="opendata"
        name="listexpbar"  
        ref='listexpbar' 
        @selectionchange="listexpbar_selectionchange($event)"  
        @activated="listexpbar_activated($event)"  
        @load="listexpbar_load($event)"  
        @closeview="closeView($event)">
    </view_listexpbar>
</studio-view-style2>