修改
This commit is contained in:
parent
bf8e787bf6
commit
a47895cff1
@ -144,15 +144,17 @@ export default {
|
||||
res.data.forEach((e) => {
|
||||
countydata.push(e.time);
|
||||
});
|
||||
// 当月新增患者数量
|
||||
var countydatay = [];
|
||||
res.data.forEach((e) => {
|
||||
countydatay.push(e.signPatientCount);
|
||||
countydatay.push(e.patientCount);
|
||||
});
|
||||
var proportionlist = [];
|
||||
res.data.forEach((e) => {
|
||||
e.proportion = e.proportion*100;
|
||||
proportionlist.push(e.proportion);
|
||||
});
|
||||
// 签约数
|
||||
var signPatientCountlist = [];
|
||||
res.data.forEach((e) => {
|
||||
signPatientCountlist.push(e.signPatientCount);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user