hroperation-unit-dashboard-view.html 627 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<studio-view-style2 viewName="hroperationunitdashboardview" viewTitle="运营单位信息看板" class='deportalview hroperation-unit-dashboard-view'>
    <view_dashboard 
                    :viewState="viewState"  
                    :viewparams="viewparams" 
                    :context="JSON.parse(JSON.stringify(context))" 
                    :isEnableCustomized = "false"
                    name="dashboard"  
                    ref='dashboard' 
                    @load="dashboard_load($event)"  
                    @closeview="closeView($event)">
                </view_dashboard>
</studio-view-style2>