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