大屏自残术结构重构
This commit is contained in:
		| @@ -458,7 +458,7 @@ const maps = [{ | ||||
|   thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png', | ||||
|   is3dAround: '0', | ||||
|   limitArea: '0', | ||||
| }, {type: "linkageMap", label: "联动地图", width: 800, height: 964, top: 0, left: 560}] | ||||
| }, {type: "linkageMap", label: "联动地图", width: 800, height: 964, top: 0, left: 560, thumb: "https://cdn.cunwuyun.cn/dvcp/dv/tpl/linkageMap.png"}] | ||||
| const customHtml = { | ||||
|   label: "HTML块", type: "html", list: [{ | ||||
|     type: 'html', | ||||
| @@ -474,7 +474,7 @@ const customHtml = { | ||||
|   }] | ||||
| } | ||||
| const components = [{ | ||||
|   type: 'chart', label: '图表', list: [...chartTpl, { | ||||
|   label: '图表', list: [...chartTpl, { | ||||
|     label: "多维图", type: "plot", list: [{ | ||||
|       type: 'plot', | ||||
|       label: '多维图表', | ||||
| @@ -499,155 +499,78 @@ const components = [{ | ||||
|     }] | ||||
|   }] | ||||
| }, { | ||||
|   label: '表格', list: [ | ||||
|     { | ||||
|       label: '单表格', list: [{ | ||||
|         type: 'table', | ||||
|         label: '表格', | ||||
|         title: '表格', | ||||
|         border: 'border6', | ||||
|         width: 650, | ||||
|         height: 400, | ||||
|         zIndex: 1, | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         rowNum: 7, | ||||
|         isShowIndex: '1', | ||||
|         sourceDataId: '', | ||||
|         api: '', | ||||
|         apiData: [], | ||||
|         dataType: 'staticData', | ||||
|         dynamicData: [], | ||||
|         staticData: [{name: '列1', v: 23, v2: 3}, {name: '列2', v: 12, v2: 4}, {name: '列2', v: 12, v2: 4}] | ||||
|       }, { | ||||
|         type: 'AiDvTable', | ||||
|         label: '新版表格', | ||||
|         title: '新版表格', | ||||
|         border: 'border6', | ||||
|         width: 650, | ||||
|         height: 400, | ||||
|         zIndex: 1, | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         rowNum: 7, | ||||
|         stripe: '1', | ||||
|         isShowIndex: '1', | ||||
|         sourceDataId: '', | ||||
|         api: '', | ||||
|         config: [{ | ||||
|           width: '', color: '', align: '' | ||||
|         }, { | ||||
|           width: '', color: '', align: '' | ||||
|         }, { | ||||
|           width: '', color: '', align: '' | ||||
|         }], | ||||
|         apiData: [], | ||||
|         dataType: 'staticData', | ||||
|         dynamicData: [], | ||||
|         staticData: [{name: '列1', v: 23, v2: 3}, {name: '列2', v: 12, v2: 4}, {name: '列2', v: 12, v2: 4}] | ||||
|       }, { | ||||
|         type: 'AiRanking', | ||||
|         label: '排行榜', | ||||
|         title: '排行榜', | ||||
|         border: 'border6', | ||||
|         width: 523, | ||||
|         height: 400, | ||||
|         zIndex: 1, | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         rowNum: 7, | ||||
|         subType: 'Ranking1', | ||||
|         stripe: '1', | ||||
|         isShowIndex: '1', | ||||
|         sourceDataId: '', | ||||
|         api: '', | ||||
|         apiData: [], | ||||
|         dataType: 'staticData', | ||||
|         dynamicData: [], | ||||
|         staticData: [{name: '列1', value: 23}, {name: '列2', value: 12}, {name: '列2', value: 12}] | ||||
|       }] | ||||
|     }, | ||||
|   ] | ||||
| }, { | ||||
|   type: 'ai3d', label: "3D", list: [{ | ||||
|     label: "3D楼栋", type: 'building', list: [{ | ||||
|       type: 'building1', | ||||
|       label: "楼栋模型1", | ||||
|       width: 840, | ||||
|       height: 800, | ||||
|       zIndex: 1, | ||||
|       title: "楼栋模型1", | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|     }] | ||||
|   label: '表格', list: [{ | ||||
|     type: 'table', | ||||
|     label: '表格', | ||||
|     title: '表格', | ||||
|     border: 'border6', | ||||
|     width: 650, | ||||
|     height: 400, | ||||
|     zIndex: 1, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     rowNum: 7, | ||||
|     isShowIndex: '1', | ||||
|     sourceDataId: '', | ||||
|     api: '', | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     dynamicData: [], | ||||
|     staticData: [{name: '列1', v: 23, v2: 3}, {name: '列2', v: 12, v2: 4}, {name: '列2', v: 12, v2: 4}] | ||||
|   }, { | ||||
|     type: 'AiDvTable', | ||||
|     label: '新版表格', | ||||
|     title: '新版表格', | ||||
|     border: 'border6', | ||||
|     width: 650, | ||||
|     height: 400, | ||||
|     zIndex: 1, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     rowNum: 7, | ||||
|     stripe: '1', | ||||
|     isShowIndex: '1', | ||||
|     sourceDataId: '', | ||||
|     api: '', | ||||
|     config: [{ | ||||
|       width: '', color: '', align: '' | ||||
|     }, { | ||||
|       width: '', color: '', align: '' | ||||
|     }, { | ||||
|       width: '', color: '', align: '' | ||||
|     }], | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     dynamicData: [], | ||||
|     staticData: [{name: '列1', v: 23, v2: 3}, {name: '列2', v: 12, v2: 4}, {name: '列2', v: 12, v2: 4}] | ||||
|   }, { | ||||
|     type: 'AiRanking', | ||||
|     label: '排行榜', | ||||
|     title: '排行榜', | ||||
|     border: 'border6', | ||||
|     width: 523, | ||||
|     height: 400, | ||||
|     zIndex: 1, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/table.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     rowNum: 7, | ||||
|     subType: 'Ranking1', | ||||
|     stripe: '1', | ||||
|     isShowIndex: '1', | ||||
|     sourceDataId: '', | ||||
|     api: '', | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     dynamicData: [], | ||||
|     staticData: [{name: '列1', value: 23}, {name: '列2', value: 12}, {name: '列2', value: 12}] | ||||
|   }] | ||||
| }, { | ||||
|   label: "AI", list: [ | ||||
|     { | ||||
|       label: "AI助手", | ||||
|       list: [{ | ||||
|         type: "aiAssist", | ||||
|         label: "AI助手", | ||||
|         width: 134, | ||||
|         height: 140, | ||||
|         zIndex: 1, | ||||
|         title: "AI助手", | ||||
|         thumb: "https://cdn.cunwuyun.cn/dvcp/dv/aiIcon.png" | ||||
|       }] | ||||
|     } | ||||
|   ] | ||||
| }, { | ||||
|   label: '其他', list: [ | ||||
|     { | ||||
|       label: "图片", list: [ | ||||
|         { | ||||
|           label: "普通图片", | ||||
|           type: "img", | ||||
|           width: 500, | ||||
|           height: 400, | ||||
|           thumb: "https://cdn.cunwuyun.cn/dvcp/dv/img/display0-bg.png" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     {label: '地图', list: maps}, { | ||||
|       label: '党组织', type: 'partyOrg', list: [{ | ||||
|         type: 'partyOrg', | ||||
|         label: '党组织', | ||||
|         width: 840, | ||||
|         height: 800, | ||||
|         zIndex: 1, | ||||
|         top: 0, | ||||
|         left: 0, | ||||
|         dataX: '', | ||||
|         dataY: [], | ||||
|         title: '党组织', | ||||
|         border: 'border3', | ||||
|         sourceDataId: '', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           key: '个人服务办理', value: 247 | ||||
|         }, { | ||||
|           key: '同比上月', value: 247 | ||||
|         }], | ||||
|         dynamicData: [], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '边框', type: 'panel', list: [{ | ||||
|         type: 'panel', | ||||
|         label: '边框', | ||||
|         title: '边框', | ||||
|         border: 'border0', | ||||
|         width: 400, | ||||
|         height: 400, | ||||
|         isZoom: false, | ||||
|         zIndex: 1, | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/border.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '装饰', type: 'display', list: [{ | ||||
| }, | ||||
|   { | ||||
|     label: "样式", list: [ | ||||
|       { | ||||
|         type: 'display', | ||||
|         label: '装饰', | ||||
|         display: 'display0', | ||||
| @@ -664,55 +587,17 @@ const components = [{ | ||||
|         }, { | ||||
|           label: '同比上月', value: 247 | ||||
|         }] | ||||
|       }] | ||||
|     }, { | ||||
|       label: '轮播图', list: [{ | ||||
|         type: 'swiper', | ||||
|         label: '轮播图', | ||||
|         width: 400, | ||||
|         height: 300, | ||||
|         zIndex: 1, | ||||
|         border: 'border2', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           img: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', title: '湖羊', content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|         }], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|       }, { | ||||
|         type: 'swiper', | ||||
|         label: '轮播图(点指示器)', | ||||
|         width: 800, | ||||
|         height: 358, | ||||
|         zIndex: 1, | ||||
|         border: 'border14', | ||||
|         dataType: 'staticData', | ||||
|         staticData: [{ | ||||
|           content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|         }, { | ||||
|           content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|         },], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png', | ||||
|         dotIndicator: true | ||||
|       }] | ||||
|     }, { | ||||
|       label: '视频播放器', type: 'video', list: [{ | ||||
|         type: 'video', | ||||
|         label: '视频播放器', | ||||
|         type: 'panel', | ||||
|         label: '边框', | ||||
|         title: '边框', | ||||
|         border: 'border0', | ||||
|         width: 400, | ||||
|         height: 300, | ||||
|         height: 400, | ||||
|         isZoom: false, | ||||
|         zIndex: 1, | ||||
|         src: '', | ||||
|         border: 'border2', | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '数据统计', type: 'summary', list: [{ | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/border.png' | ||||
|       }, { | ||||
|         type: 'summary', | ||||
|         label: '数据统计', | ||||
|         display: 'summary0', | ||||
| @@ -735,41 +620,147 @@ const components = [{ | ||||
|         }], | ||||
|         dynamicData: [], | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   {label: '地图', list: maps}, { | ||||
|     type: 'ai3d', label: "3D", list: [{ | ||||
|       label: "3D楼栋", type: 'building', list: [{ | ||||
|         type: 'building1', | ||||
|         label: "楼栋模型1", | ||||
|         width: 840, | ||||
|         height: 800, | ||||
|         zIndex: 1, | ||||
|         title: "楼栋模型1", | ||||
|         thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|       }] | ||||
|     }, { | ||||
|       label: '视频监控', list: [ | ||||
|         { | ||||
|           type: 'monitor', | ||||
|           label: '视频监控', | ||||
|           src: '', | ||||
|           width: 480, | ||||
|           height: 240, | ||||
|     }] | ||||
|   }, { | ||||
|     label: "AI", list: [{ | ||||
|       type: "aiAssist", | ||||
|       label: "AI助手", | ||||
|       width: 134, | ||||
|       height: 140, | ||||
|       zIndex: 1, | ||||
|       title: "AI助手", | ||||
|       thumb: "https://cdn.cunwuyun.cn/dvcp/dv/aiIcon.png" | ||||
|     }] | ||||
|   }, { | ||||
|     label: '其他', list: [ | ||||
|       { | ||||
|         label: "图片", list: [ | ||||
|           { | ||||
|             label: "普通图片", | ||||
|             type: "img", | ||||
|             width: 500, | ||||
|             height: 400, | ||||
|             thumb: "https://cdn.cunwuyun.cn/dvcp/dv/img/display0-bg.png" | ||||
|           } | ||||
|         ] | ||||
|       }, | ||||
|       { | ||||
|         label: '党组织', type: 'partyOrg', list: [{ | ||||
|           type: 'partyOrg', | ||||
|           label: '党组织', | ||||
|           width: 840, | ||||
|           height: 800, | ||||
|           zIndex: 1, | ||||
|           top: 0, | ||||
|           left: 0, | ||||
|           title: '', | ||||
|           moniterId: '', | ||||
|           monitorType: 'cmcc', | ||||
|           api: '/app/appzyvideoequipment/list2', | ||||
|           border: 'border2', | ||||
|           dataX: '', | ||||
|           dataY: [], | ||||
|           title: '党组织', | ||||
|           border: 'border3', | ||||
|           sourceDataId: '', | ||||
|           dataType: 'staticData', | ||||
|           staticData: '', | ||||
|           dynamicData: '', | ||||
|           thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png' | ||||
|         }, | ||||
|         { | ||||
|           type: "monitorCarousel", | ||||
|           label: "视频轮播", | ||||
|           width: 480, | ||||
|           height: 480, | ||||
|           staticData: [{ | ||||
|             key: '个人服务办理', value: 247 | ||||
|           }, { | ||||
|             key: '同比上月', value: 247 | ||||
|           }], | ||||
|           dynamicData: [], | ||||
|           thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' | ||||
|         }] | ||||
|       }, { | ||||
|         label: '轮播图', list: [{ | ||||
|           type: 'swiper', | ||||
|           label: '轮播图', | ||||
|           width: 400, | ||||
|           height: 300, | ||||
|           zIndex: 1, | ||||
|           title: "视频轮播", | ||||
|           thumb: "https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png" | ||||
|         } | ||||
|       ] | ||||
|     }, customHtml] | ||||
| }] | ||||
|           border: 'border2', | ||||
|           dataType: 'staticData', | ||||
|           staticData: [{ | ||||
|             img: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', title: '湖羊', content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|           }], | ||||
|           thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|         }, { | ||||
|           type: 'swiper', | ||||
|           label: '轮播图(点指示器)', | ||||
|           width: 800, | ||||
|           height: 358, | ||||
|           zIndex: 1, | ||||
|           border: 'border14', | ||||
|           dataType: 'staticData', | ||||
|           staticData: [{ | ||||
|             content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|           }, { | ||||
|             content: `歙县众城湖羊养殖专业合作社 | ||||
| 							徐晓红 - 18273645627 | ||||
| 							歙县郑村镇唐跃村碉墅` | ||||
|           },], | ||||
|           thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png', | ||||
|           dotIndicator: true | ||||
|         }] | ||||
|       }, { | ||||
|         label: '视频播放器', type: 'video', list: [{ | ||||
|           type: 'video', | ||||
|           label: '视频播放器', | ||||
|           width: 400, | ||||
|           height: 300, | ||||
|           zIndex: 1, | ||||
|           src: '', | ||||
|           border: 'border2', | ||||
|           thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png' | ||||
|         }] | ||||
|       }, { | ||||
|         label: '视频监控', list: [ | ||||
|           { | ||||
|             type: 'monitor', | ||||
|             label: '视频监控', | ||||
|             src: '', | ||||
|             width: 480, | ||||
|             height: 240, | ||||
|             zIndex: 1, | ||||
|             top: 0, | ||||
|             left: 0, | ||||
|             title: '', | ||||
|             moniterId: '', | ||||
|             monitorType: 'cmcc', | ||||
|             api: '/app/appzyvideoequipment/list2', | ||||
|             border: 'border2', | ||||
|             sourceDataId: '', | ||||
|             dataType: 'staticData', | ||||
|             staticData: '', | ||||
|             dynamicData: '', | ||||
|             thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png' | ||||
|           }, | ||||
|           { | ||||
|             type: "monitorCarousel", | ||||
|             label: "视频轮播", | ||||
|             width: 480, | ||||
|             height: 480, | ||||
|             zIndex: 1, | ||||
|             title: "视频轮播", | ||||
|             thumb: "https://cdn.cunwuyun.cn/dvcp/dv/tpl/video.png" | ||||
|           } | ||||
|         ] | ||||
|       }, customHtml] | ||||
|   }] | ||||
|  | ||||
| export {components} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user