修改
This commit is contained in:
parent
f87d5ed14e
commit
934043feb4
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user