const dialogOption = { "indexRank": { // 动态组件名称 可同一组件配置多个页面内容 componentName: "indexRank", // 页面配置参数 option: { dialogTitle: '指数排行榜', width: '46%', }, //数据查询参数 dataOptions: { } }, "innovationPromotion": { componentName: "innovationPromotion", option: { dialogTitle: '"一地创新、全市推广" 排行榜', width: '46%', top: '2%' }, }, "bookAccount": { componentName: "bookAccount", option: { dialogTitle: '"一地创新、全市推广"一本账', width: '66%', top: '2%' }, }, "reformBrand": { componentName: "reformBrand", option: { dialogTitle: '改革品牌榜', width: '55%', top: '2%' }, }, "demandListPromotionAll": { componentName: "demandListPromotion", option: { dialogTitle: '改革需求清单', width: '66%', }, //数据查询参数 dataOptions: { type: 'all' } }, "demandListPromotionArea": { componentName: "demandListPromotion", option: { dialogTitle: '交办区县落实的改革需求清单', width: '66%' }, //数据查询参数 dataOptions: { type: 'area' } }, "demandListPromotionFinish": { componentName: "demandListPromotion", option: { dialogTitle: '已完成的改革需求清单', width: '66%', }, }, "demandListPromotionUnfinish": { componentName: "demandListPromotion", option: { dialogTitle: '推进中的改革需求清单', width: '66%', }, }, "importantPlat": { componentName: "importantPlat", option: { dialogTitle: '搭建重要平台', width: '50%', top: "2%" }, }, "systemResults": { option: { dialogTitle: '形成制度成果', width: '50%', top: "2%" }, }, "onlineApp": { option: { dialogTitle: '上线应用场景', width: '50%', top: "2%" }, }, "pilotAccountCentreTotal": { componentName: "pilotAccount", option: { dialogTitle: '国家级改革试点台账', width: '80%', top: "2%" }, //数据查询参数 dataOptions: { type: '1' } }, "pilotAccountMunicipalTotal": { componentName: "pilotAccount", option: { dialogTitle: '市级改革试点台账', width: '80%', top: "2%" }, dataOptions: { type: '2' } }, "IndexSystem": { componentName: "docPreview", option: { dialogTitle: '指标体系', width: '66%', top: '2%' }, dataOptions: { url: './files/docx/改革报表评分细则(4.17).docx', } }, "quarterReport": { componentName: "docPreview", option: { dialogTitle: '本期报告', width: '66%', top: '2%' }, dataOptions: { url: './files/docx/改革报表分析报告.docx', } }, "satisfactionReport": { componentName: "docPreview", option: { dialogTitle: '满意度报告', width: '66%', top: '2%' }, dataOptions: { type: 'satisfaction' } }, "reportHistory": { componentName: "reportHistory", option: { dialogTitle: '历史报告', width: '65%', }, }, "reportPreview": { componentName: "reportPreview", option: { dialogTitle: '报表详情', width: '86%', top: '2vh' // width: '100%', // isFullscreen: true, // 是否将其全屏 }, }, "brandDetail": { componentName: "brandDetail", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '60%', top: "2%" }, }, "districtPilot": { componentName: "districtPilot", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '66%', top: "2%" }, }, "reformPilot": { componentName: "reformPilot", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '60%', }, }, "demandList": { componentName: "demandList", option: { // dialogTitle: '改革经验获全国肯定评价和中央媒体深度专题报道情况', width: '66%', }, }, "demandHeat": { componentName: "demandHeat", option: { dialogTitle: '改革需求来源渠道', width: '50%', top: "2%" }, }, 'reformNews': { componentName: "reformNews", option: { dialogTitle: '改革动态', width: '50%', top: "2%" }, }, "contentDialog": { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'contentDialog', // 页面配置参数 option: { dialogTitle: '', width: '1000px' }, //数据查询参数 dataOptions: { id: '' } } } export default { dialogOption, }