| 12345678910111213141516171819 |
- {
- "renderer": "skyline",
- "pureDataPattern": "^_",
- "component": true,
- "usingComponents": {
- "t-cell": "tdesign-miniprogram/cell/cell",
- "t-icon": "tdesign-miniprogram/icon/icon",
- "report-health-index": "../../components/report-health-index/report-health-index",
- "report-health-status": "../../components/report-health-status/report-health-status",
- "report-health-patient": "../../components/report-health-patient/report-health-patient",
- "card-report": "../../components/card-report/card-report",
- "follow-evaluation": "../../components/follow-evaluation/follow-evaluation",
- "follow-record": "../../components/follow-record/follow-record",
- "care-scheme": "../../components/care-scheme/care-scheme",
- "nodrug-therapy": "../../components/nodrug-therapy/nodrug-therapy",
- "care-record": "../../components/care-record/care-record",
- "chat-record": "../../components/chat-record/chat-record"
- }
- }
|