This commit is contained in:
闫晓茹 2024-08-21 14:48:22 +08:00
parent f87d5ed14e
commit 934043feb4

View File

@ -63,7 +63,7 @@
" "
placement="top" placement="top"
> >
<div style="display: flex" @click="goback"> <div style="display: flex" @click="gofollowup">
<el-progress :percentage="item.content"></el-progress> <el-progress :percentage="item.content"></el-progress>
<span style="float: right; margin: 12px 19px 0 10px" <span style="float: right; margin: 12px 19px 0 10px"
>{{ item.allCount - item.count }}/{{ item.allCount }}</span >{{ item.allCount - item.count }}/{{ item.allCount }}</span
@ -144,9 +144,7 @@ export default {
}, },
getlist() { getlist() {
signPatientCount().then((res) => { signPatientCount().then((res) => {
console.log(res, "res");
// x // x
// this. countydata = [];
res.data.forEach((e) => { res.data.forEach((e) => {
this. countydata.push(e.time); this. countydata.push(e.time);
}); });