模板说明:模板板式 调用名称:pages/Consultation/consultation/index

参数说明
| 参数名称 | 数据类型 | 说明 |
|---|---|---|
| sign | object | 电子签名 |
| |———————— doc | object | 医师签名 |
| |———————— type | string | 签名类型(base64或者url) |
| |———————— url | string | 图片路径 |
| |———————— medi | object | 药师签名(属性同doc) |
| |———————— hosp | object | 医院签章(属性同doc) |
| topTitle | object | 头部标题 |
| |———————— firstTitle | string | 头部主标题 |
| |———————— subTitle | string | 副标题 |
| topBarInfo | object | 医师信息 |
| |———————— docName | string | 医师姓名 |
| |———————— office | string | 医师办公室 |
| symptomList | array | 症状列表 |
| |———————— value | string | 症状 |
| |———————— label | string | 症状标签 |
| patient | object | 患者症状 |
| |———————— name | string | 姓名 |
| |———————— sex | string | 性别 |
| |———————— age | number | 年龄 |
| |——————— departments | string | 看病科室 |
| |———————— time | string | 看病时间 |
| |———————— illness | string | 病症 |
| |——————— prescription | array | 药方 |
| |———————— name | string | 药名 |
| |———————— num | string | 数量 |
| |———— specifications | string | 规格 |
| |———————— type | string | 服用方式 |
| |——————— buttonTxt | string | 按钮文本 |
| ConfirmClick | function | 确认按钮点击事件 |
