You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tanghe-report/report-ui/src/views/screenDesigner/node.md

20 lines
960 B
Markdown

### 目录结构
├── screenDesigner
│ ├── components(文件夹) 公共组件目录
│ ├── config(文件夹) 配置 json
│ │ ├── texts(文件夹) (文本、滚动文本、超链接、当前时间、图片、视频、表格、内联框架)
│ │ ├── barCharts(文件夹) (柱状图)
│ │ ├── lineCharts(文件夹) (折线图)
│ │ ├── pieCharts(文件夹) (饼图)
│ │ ├── mapCharts(文件夹) (地图)
│ ├── util(文件夹) 公共 js
│ ├── widget(文件夹) 图表组件
│ │ ├── texts(文件夹) (文本、滚动文本、超链接、当前时间、图片、视频、表格、内联框架)
│ │ ├── barCharts(文件夹) (柱状图)
│ │ ├── lineCharts(文件夹) (折线图)
│ │ ├── pieCharts(文件夹) (饼图)
│ │ ├── mapCharts(文件夹) (地图)
│ ├── index.vue 大屏设计器
│ ├── preview.vue 预览大屏