const dialogOption = { indexRank: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'indexRank', // 页面配置参数 option: { dialogTitle: '进入各项目分驾驶舱', width: '56%', top: '2%' }, //数据查询参数 dataOptions: {} }, reformMeasures: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'reformMeasures', // 页面配置参数 option: { dialogTitle: '主要举措清单', width: '66%' }, //数据查询参数 dataOptions: {} }, quantitativeObjectives: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'quantitativeObjectives', // 页面配置参数 option: { dialogTitle: '月度计划清单', width: '66%' }, //数据查询参数 dataOptions: {} }, quantitativeObjectives1: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'quantitativeObjectives1', // 页面配置参数 option: { dialogTitle: '量化目标清单', width: '66%' }, //数据查询参数 dataOptions: {} }, speedList: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'speedList', // 页面配置参数 option: { dialogTitle: '竞速榜', width: '600px' }, //数据查询参数 dataOptions: {} }, importantPlatform: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'importantPlatform', // 页面配置参数 option: { dialogTitle: '搭建重要平台清单', width: '55%', top: '2%' }, //数据查询参数 dataOptions: {} }, institutionalAchievements: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'institutionalAchievements', // 页面配置参数 option: { dialogTitle: '形成制度成果清单', width: '55%', top: '2%' }, //数据查询参数 dataOptions: {} }, applicationScenario: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'applicationScenario', // 页面配置参数 option: { dialogTitle: '上线应用场景清单', width: '55%', top: '2%' }, //数据查询参数 dataOptions: {} }, iterationList: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'iterationList', // 页面配置参数 option: { dialogTitle: '迭代榜', width: '66%', top: '2%' }, //数据查询参数 dataOptions: {} }, brandList: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'brandList', // 页面配置参数 option: { dialogTitle: '品牌榜', width: '70%', top: '2%' }, //数据查询参数 dataOptions: {} }, "brandDetail": { componentName: "brandDetail", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '60%', top: "2%" }, }, towMonthlyAnalysisReport: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'towMonthlyAnalysisReport', // 页面配置参数 option: { dialogTitle: '双月分析报告', width: '66%', top: '2%' }, //数据查询参数 dataOptions: {} }, reportOverview: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'reportOverview', // 页面配置参数 option: { dialogTitle: '市级重大改革项目报表', width: '90%', top: '2%' }, //数据查询参数 dataOptions: {} }, threeBatches: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'threeBatches', // 页面配置参数 option: { dialogTitle: '三个一批项目库', width: '46%', top: '2%' }, //数据查询参数 dataOptions: {} }, historicalReport: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'historicalReport', // 页面配置参数 option: { dialogTitle: '历史报告', width: '50%', top: '2%' }, //数据查询参数 dataOptions: {} }, satisfactionReport: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'satisfactionReport', // 页面配置参数 option: { dialogTitle: '满意度报告', width: '66%', top: '2%' }, //数据查询参数 dataOptions: {} }, monthPlan: { componentName: 'monthPlan', option: { dialogTitle: '各项目截至本月计划完成情况', width: '66%', top: '2%' }, dataOptions: {} }, targetDetail: { componentName: 'targetDetail', option: { dialogTitle: '各项目量化目标达标情况', width: '66%', top: '2%' }, dataOptions: {} }, IndexSystem: { componentName: 'IndexSystem', option: { dialogTitle: '指标体系', width: '66%', top: '2%' }, dataOptions: {} }, "demandList": { componentName: "demandList", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '66%', top: "2%" }, }, "demandHeat": { componentName: "demandHeat", option: { dialogTitle: '改革需求来源渠道', width: '60%', top: "2%" }, }, "diagram": { componentName: "diagram", option: { dialogTitle: '', width: '86%', top: "2%" }, }, "coreIndicators": { componentName: "coreIndicators", option: { dialogTitle: '核心指标达标情况', width: '66%', top: "2%" }, }, "introduction": { componentName: "introduction", option: { dialogTitle: '', width: '496px', top: "10%", decoration: true }, } } export default { dialogOption }