import { P } from "@antv/g2plot" /* * @Description: 二级区县大屏弹层配置 * @Author: @liulin * @Date: 2023-04-05 12:06:56 * @LastEditors: Do not edit * @LastEditTime: 2023-04-10 18:21:34 */ const dialogOption = { brandCreation: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'brandCreation', // 页面配置参数 option: { dialogTitle: '品牌详情', width: '960px', top: "2%" }, //数据查询参数 dataOptions: { quarter: '', year: '', } }, problemSolving: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'problemSolving', // 页面配置参数 option: { dialogTitle: '典型案例', width: '1160px', top: "2%" }, //数据查询参数 dataOptions: { quarter: '', year: '', } }, leadAttention: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'leadAttention', // 页面配置参数 option: { dialogTitle: '领导关注', width: '1000px', top: "2%" }, //数据查询参数 dataOptions: { quarter: '', year: '', } }, workDeployment: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'workDeployment', // 页面配置参数 option: { dialogTitle: '工作部署', width: '1000px', top: "2%" }, //数据查询参数 dataOptions: { quarter: '', year: '', } }, contentDialog: { // 动态组件名称 可同一组件配置多个页面内容 componentName: 'contentDialog', // 页面配置参数 option: { dialogTitle: '', width: '1000px' }, //数据查询参数 dataOptions: { id: '' } }, "pilotAccountCentreTotal": { componentName: "pilotAccount", option: { dialogTitle: '国家级改革试点台账', width: '80%', top: "2%" }, //数据查询参数 dataOptions: { type: '1' } }, "pilotAccountMunicipalTotal": { componentName: "pilotAccount", option: { dialogTitle: '市级改革试点台账', width: '80%', top: "2%" }, dataOptions: { type: '2' } }, "importantPlat": { componentName: "importantPlat", option: { dialogTitle: '搭建重要平台', width: '50%', top: "2%" }, }, "systemResults": { option: { dialogTitle: '形成制度成果', width: '50%', top: "2%" }, }, "onlineApp": { option: { dialogTitle: '上线应用场景', width: '50%', top: "2%" }, }, "demandList": { componentName: "demandList", option: { dialogTitle: '需求清单', width: '66%', top: "2%" }, }, "demandDetail": { componentName: "demandDetail", option: { dialogTitle: '需求详情', width: '66%', top: "2%" }, }, "closedLoop": { componentName: "closedLoop", option: { dialogTitle: '闭环管理', width: '66%', top: "2%" }, }, } export default { dialogOption }