import { IDashboardModel } from "@/core"; function getModel(): IDashboardModel { return { name: "dashboard", caption: "", codeName: "AppPortalView_db", cssName: "", controlType: "DASHBOARD", entityCodeName: '', isEnableCustomized: false, portletArray:[ { name:'db_sysportlet5', type:'LIST', codeName:'appViewAmount' }, { name:'db_sysportlet6', type:'LIST', codeName:'appCtrlAmount' }, { name:'db_sysportlet7', type:'LIST', codeName:'appEditorAmount' }, { name:'db_sysportlet10', type:'LIST', codeName:'appExtendEditorAmount' }, { name:'db_sysportlet2', type:'CHART', codeName:'viewChart' }, { name:'db_sysportlet1', type:'VIEW', codeName:'appViewList' }, { name:'db_sysportlet3', type:'CHART', codeName:'ctrlChart' }, { name:'db_sysportlet8', type:'VIEW', codeName:'appCtrlListView' }, { name:'db_sysportlet4', type:'CHART', codeName:'editorChart' }, { name:'db_sysportlet9', type:'VIEW', codeName:'appEditorListView' }, { name:'db_sysportlet11', type:'CHART', codeName:'appExtendEditorChart' }, { name:'db_sysportlet12', type:'VIEW', codeName:'appExtenfEditorListView' }, ], } } export const model = getModel();