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