This commit is contained in:
parent
071850a8b5
commit
f2808f7313
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
|
@ -1282,7 +1282,7 @@ onBeforeUnmount(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex11 {
|
.flex11 {
|
||||||
padding: 12px 0;
|
padding-bottom: 12px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map {
|
.map {
|
||||||
|
@ -1319,6 +1319,7 @@ onBeforeUnmount(() => {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.ViewData {
|
.ViewData {
|
||||||
|
margin-top: 12px;
|
||||||
.ViewDatalist {
|
.ViewDatalist {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
|
@ -210,14 +210,14 @@
|
||||||
<img src="@/assets/images/hygiene/fy.png" alt="" />
|
<img src="@/assets/images/hygiene/fy.png" alt="" />
|
||||||
<img src="@/assets/images/hygiene/fy1.png" alt="" class="fyMove" />
|
<img src="@/assets/images/hygiene/fy1.png" alt="" class="fyMove" />
|
||||||
<img src="@/assets/images/hygiene/fy.gif" class="historyMoveImg" />
|
<img src="@/assets/images/hygiene/fy.gif" class="historyMoveImg" />
|
||||||
<div class="historyimg font" >孕产妇系统管理人数</div>
|
<div class="historyimg font">孕产妇系统管理人数</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="history1">
|
<div class="history1">
|
||||||
<div class="va">{{ data.fyglrs.etrs }}</div>
|
<div class="va">{{ data.fyglrs.etrs }}</div>
|
||||||
<img src="@/assets/images/hygiene/fy.png" alt="" />
|
<img src="@/assets/images/hygiene/fy.png" alt="" />
|
||||||
<img src="@/assets/images/hygiene/fy2.png" alt="" class="fyMove" />
|
<img src="@/assets/images/hygiene/fy2.png" alt="" class="fyMove" />
|
||||||
<img src="@/assets/images/hygiene/fy.gif" class="historyMoveImg" />
|
<img src="@/assets/images/hygiene/fy.gif" class="historyMoveImg" />
|
||||||
<div class="historyimg font" >0-6岁儿童系统管理人数</div>
|
<div class="historyimg font">0-6岁儿童系统管理人数</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -291,12 +291,16 @@ const data = reactive({
|
||||||
{ name: "2023", num: 7301560.28 },
|
{ name: "2023", num: 7301560.28 },
|
||||||
], //免费用药情况
|
], //免费用药情况
|
||||||
mz: {}, //门诊住院
|
mz: {}, //门诊住院
|
||||||
jkda: {}, //健康档案
|
jkda: {
|
||||||
|
jdfs: "336993",
|
||||||
|
jdl: "91.82",
|
||||||
|
jtysqyl: "49.37",
|
||||||
|
}, //健康档案
|
||||||
jsbgl: [], //精神病管理
|
jsbgl: [], //精神病管理
|
||||||
fyglrs: {}, //系统管理
|
fyglrs: {}, //系统管理
|
||||||
jktj: {}, //65岁健康体检
|
jktj: {}, //65岁健康体检
|
||||||
jkhd: [], //健康活动
|
jkhd: [], //健康活动
|
||||||
lxbx:{},//手工零星报销
|
lxbx: {}, //手工零星报销
|
||||||
});
|
});
|
||||||
const tabYd = ref([
|
const tabYd = ref([
|
||||||
{
|
{
|
||||||
|
@ -370,7 +374,8 @@ const getData = async () => {
|
||||||
data.medicalInsurance = res.data.medicalInsurance;
|
data.medicalInsurance = res.data.medicalInsurance;
|
||||||
data.lmb = res.data.lmb;
|
data.lmb = res.data.lmb;
|
||||||
data.mz = res.data.mz;
|
data.mz = res.data.mz;
|
||||||
data.jkda = res.data.jkda;
|
//先用死数据
|
||||||
|
// data.jkda = res.data.jkda;
|
||||||
data.jsbgl = res.data.jsbgl;
|
data.jsbgl = res.data.jsbgl;
|
||||||
data.fyglrs = res.data.fyglrs;
|
data.fyglrs = res.data.fyglrs;
|
||||||
data.jktj = res.data.jktj;
|
data.jktj = res.data.jktj;
|
||||||
|
@ -1307,7 +1312,7 @@ const getData = async () => {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.font{
|
.font {
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -2162,7 +2162,7 @@ onBeforeMount(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.left_1 {
|
.left_1 {
|
||||||
background-image: url(@/assets/images/sy/new_msfz.png);
|
background-image: url(@/assets/images/sy/sy_title_sbjz.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -3283,8 +3283,6 @@ const updateFwqList = (data, townName, communityName) => {
|
||||||
//-------乡镇街道级别---------
|
//-------乡镇街道级别---------
|
||||||
//加载乡镇信息
|
//加载乡镇信息
|
||||||
const loadTown = () => {
|
const loadTown = () => {
|
||||||
console.log();
|
|
||||||
|
|
||||||
for (let v of mapTown[0].features) {
|
for (let v of mapTown[0].features) {
|
||||||
if (v.geometry.coordinates.length > 1) {
|
if (v.geometry.coordinates.length > 1) {
|
||||||
for (let w in v.geometry.coordinates) {
|
for (let w in v.geometry.coordinates) {
|
||||||
|
|
|
@ -297,7 +297,11 @@ const data = reactive({
|
||||||
{ name: "2023", num: 7301560.28 },
|
{ name: "2023", num: 7301560.28 },
|
||||||
], //免费用药情况
|
], //免费用药情况
|
||||||
mz: {}, //门诊住院
|
mz: {}, //门诊住院
|
||||||
jkda: {}, //健康档案
|
jkda: {
|
||||||
|
jdfs: "336993",
|
||||||
|
jdl: "91.82",
|
||||||
|
jtysqyl: "49.37",
|
||||||
|
}, //健康档案
|
||||||
jsbgl: [], //精神病管理
|
jsbgl: [], //精神病管理
|
||||||
fyglrs: {}, //系统管理
|
fyglrs: {}, //系统管理
|
||||||
jktj: {}, //65岁健康体检
|
jktj: {}, //65岁健康体检
|
||||||
|
@ -380,7 +384,7 @@ const getData = async () => {
|
||||||
data.medicalInsurance = res.data.medicalInsurance;
|
data.medicalInsurance = res.data.medicalInsurance;
|
||||||
data.lmb = res.data.lmb;
|
data.lmb = res.data.lmb;
|
||||||
data.mz = res.data.mz;
|
data.mz = res.data.mz;
|
||||||
data.jkda = res.data.jkda;
|
// data.jkda = res.data.jkda;
|
||||||
data.jsbgl = res.data.jsbgl;
|
data.jsbgl = res.data.jsbgl;
|
||||||
data.fyglrs = res.data.fyglrs;
|
data.fyglrs = res.data.fyglrs;
|
||||||
data.jktj = res.data.jktj;
|
data.jktj = res.data.jktj;
|
||||||
|
|
Loading…
Reference in New Issue