| | |
| | | <el-table-column |
| | | fixed |
| | | label="姓名" |
| | | width="100" |
| | | |
| | | align="center" |
| | | key="name" |
| | | prop="name" |
| | | /> |
| | | <el-table-column label="性别"width="100" align="center" key="sex" prop="sex"> |
| | | <el-table-column label="性别" align="center" key="sex" prop="sex"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.sex == 1 ? "男" : "女" }}</span> |
| | | </template> |
| | |
| | | align="center" |
| | | key="age" |
| | | prop="age" |
| | | width="60" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="出生年月" |
| | | align="center" |
| | | key="birthdate" |
| | | prop="birthdate" |
| | | width="120" |
| | | |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="idcardno" |
| | | prop="idcardno" |
| | | width="190" |
| | | |
| | | /> |
| | | |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="telcode" |
| | | prop="telcode" |
| | | width="120" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="建档日期" |
| | |
| | | label="总任务/已随访" |
| | | align="center" |
| | | key="nickName" |
| | | width="120" |
| | | |
| | | prop="nickName" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | align="center" |
| | | key="createBy" |
| | | prop="createBy" |
| | | width="120" |
| | | |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="sendState" |
| | | prop="sendState" |
| | | width="120" |
| | | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | |
| | | |
| | | cardlist: [ |
| | | { |
| | | name: "患者总数", |
| | | value: 123, |
| | | name: "患者服务总量", |
| | | value: 0, |
| | | }, |
| | | |
| | | { |
| | | name: "无需随访", |
| | | value: 0, |
| | | }, |
| | | { |
| | | name: "在院患者", |
| | | value: 23, |
| | | router: "/patient/inpatient", |
| | | name: "需随访", |
| | | value: 0, |
| | | }, |
| | | { |
| | | name: "出院患者", |
| | | value: 41, |
| | | router: "/patient/hospital", |
| | | name: "待随访", |
| | | value: 0, |
| | | }, |
| | | { |
| | | name: "离世患者", |
| | | name: "已完成", |
| | | value: 0, |
| | | }, |
| | | ], |