report.json 517 B

12345678910111213
  1. {
  2. "renderer": "skyline",
  3. "pureDataPattern": "^_",
  4. "component": true,
  5. "usingComponents": {
  6. "t-cell": "tdesign-miniprogram/cell/cell",
  7. "t-icon": "tdesign-miniprogram/icon/icon",
  8. "card-analysis-content": "../../components/card-analysis/card-analysis-content",
  9. "report-health-index": "../../components/report-health-index/report-health-index",
  10. "report-health-status": "../../components/report-health-status/report-health-status",
  11. "form-button": "../../../../components/button/button"
  12. }
  13. }