| | |
| | | <div style="width: 76%;"> |
| | | <el-row |
| | | :gutter="10" |
| | | style="font-size: 16px; font-weight: bold; margin-top: 10px" |
| | | style="font-size: 18px; font-weight: bold; margin-top: 10px" |
| | | > |
| | | <el-col :span="6"> |
| | | <router-link |
| | |
| | | style="margin-top: 10px; font-size: 18px; font-weight: bold" |
| | | > |
| | | <el-col :span="6"> |
| | | |
| | | <el-card shadow="always" style="color: #566f94"> |
| | | <svg-icon icon-class="druid" /> 完成器官分配累计:{{ |
| | | donateNumData.numberOfDonatePeople |
| | | }} 个 |
| | | <!-- donateNumData.numberOfOrgans --> |
| | | </el-card> |
| | | <el-card shadow="always" style="color: #566f94"> |
| | | <svg-icon icon-class="druid" /> 完成器官分配累计:{{ |
| | | donateNumData.numberOfDonatePeople |
| | | }} 个 |
| | | <!-- donateNumData.numberOfOrgans --> |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <router-link |
| | |
| | | > |
| | | <span style="font-size: 14px" |
| | | >器官保存液病原菌培养阳性率</span |
| | | > |
| | | ><br /> |
| | | {{ (qualirtData.germPositiveRate * 100).toFixed(2) }}% |
| | | </el-card> |
| | | </el-col> |
| | |
| | | >各地区医院案例数据</span |
| | | > |
| | | </el-col> |
| | | |
| | | |
| | | </el-row> |
| | | <el-row> |
| | | |
| | | |
| | | </el-row> |
| | | <dv-scroll-board |
| | | :config="config" |
| | |
| | | return { |
| | | city: "", |
| | | reportno: "", |
| | | selecttime: [], |
| | | selecttime: [ new Date(new Date().getFullYear(), 0),new Date()], |
| | | year: "选择年份", |
| | | isloading: false, |
| | | maxHeight: 0, |
| | | provinceData: [ |
| | | { label: "全部", value: "" }, |
| | | { label: "全部地市", value: "" }, |
| | | { label: "杭州市", value: "1" }, |
| | | { label: "宁波市", value: "2" }, |
| | | { label: "温州市", value: "3" }, |
| | |
| | | }, |
| | | { |
| | | key: "fullLiver", |
| | | name: "全肝", |
| | | name: "肝脏", |
| | | value: 0, |
| | | code: "C22" |
| | | }, |
| | | { |
| | | key: "leftLiver", |
| | | name: "左肝", |
| | | value: 0, |
| | | code: "C22L" |
| | | }, |
| | | { |
| | | key: "rightLiver", |
| | | name: "右肝", |
| | | value: 0, |
| | | code: "C22R" |
| | | }, |
| | | |
| | | { |
| | | key: "leftRenal", |
| | | name: "左肾", |
| | |
| | | }); |
| | | |
| | | //终止 |
| | | info.recordstate = "99"; |
| | | info.terminationCase = 1; |
| | | listDonatebaseinfo(info).then(res => { |
| | | this.donateNumData.numberOfTerminated = res.total; |
| | | }); |
| | |
| | | listDonatebaseinfo({}).then(res => { |
| | | let list = res.rows; |
| | | let reportlist = []; |
| | | reportlist.push({ reporterno: "", reportername: "全部" }); |
| | | reportlist.push({ reporterno: "", reportername: "全部人员" }); |
| | | list.forEach(element => { |
| | | reportlist.push({ |
| | | reporterno: element.reporterno, |