diff --git a/src/assets/images/sy/sy_title_sbjz.png b/src/assets/images/sy/sy_title_sbjz.png new file mode 100644 index 0000000..be7850f Binary files /dev/null and b/src/assets/images/sy/sy_title_sbjz.png differ diff --git a/src/view/analyze.vue b/src/view/analyze.vue index f609f8f..b18a6f7 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -1282,7 +1282,7 @@ onBeforeUnmount(() => { } .flex11 { - padding: 12px 0; + padding-bottom: 12px ; } .map { @@ -1319,6 +1319,7 @@ onBeforeUnmount(() => { display: flex; } .ViewData { + margin-top: 12px; .ViewDatalist { display: flex; flex-wrap: wrap; diff --git a/src/view/hygiene.vue b/src/view/hygiene.vue index 2ce0f53..1c7481d 100644 --- a/src/view/hygiene.vue +++ b/src/view/hygiene.vue @@ -210,14 +210,14 @@ -
孕产妇系统管理人数
+
孕产妇系统管理人数
{{ data.fyglrs.etrs }}
-
0-6岁儿童系统管理人数
+
0-6岁儿童系统管理人数
@@ -291,12 +291,16 @@ const data = reactive({ { name: "2023", num: 7301560.28 }, ], //免费用药情况 mz: {}, //门诊住院 - jkda: {}, //健康档案 + jkda: { + jdfs: "336993", + jdl: "91.82", + jtysqyl: "49.37", + }, //健康档案 jsbgl: [], //精神病管理 fyglrs: {}, //系统管理 jktj: {}, //65岁健康体检 jkhd: [], //健康活动 - lxbx:{},//手工零星报销 + lxbx: {}, //手工零星报销 }); const tabYd = ref([ { @@ -370,7 +374,8 @@ const getData = async () => { data.medicalInsurance = res.data.medicalInsurance; data.lmb = res.data.lmb; data.mz = res.data.mz; - data.jkda = res.data.jkda; + //先用死数据 + // data.jkda = res.data.jkda; data.jsbgl = res.data.jsbgl; data.fyglrs = res.data.fyglrs; data.jktj = res.data.jktj; @@ -1307,7 +1312,7 @@ const getData = async () => { margin-top: 15px; margin-bottom: 10px; } -.font{ +.font { font-size: 18px !important; } diff --git a/src/view/sy.vue b/src/view/sy.vue index d18863f..9d983e0 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -2162,7 +2162,7 @@ onBeforeMount(async () => { } .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-size: 100% 100%; cursor: pointer; diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index f069a96..c0d12a3 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -3283,8 +3283,6 @@ const updateFwqList = (data, townName, communityName) => { //-------乡镇街道级别--------- //加载乡镇信息 const loadTown = () => { - console.log(); - for (let v of mapTown[0].features) { if (v.geometry.coordinates.length > 1) { for (let w in v.geometry.coordinates) { diff --git a/src/view/table_gk/gk_hygiene.vue b/src/view/table_gk/gk_hygiene.vue index 99c3a1c..28235e8 100644 --- a/src/view/table_gk/gk_hygiene.vue +++ b/src/view/table_gk/gk_hygiene.vue @@ -297,7 +297,11 @@ const data = reactive({ { name: "2023", num: 7301560.28 }, ], //免费用药情况 mz: {}, //门诊住院 - jkda: {}, //健康档案 + jkda: { + jdfs: "336993", + jdl: "91.82", + jtysqyl: "49.37", + }, //健康档案 jsbgl: [], //精神病管理 fyglrs: {}, //系统管理 jktj: {}, //65岁健康体检 @@ -380,7 +384,7 @@ const getData = async () => { data.medicalInsurance = res.data.medicalInsurance; data.lmb = res.data.lmb; data.mz = res.data.mz; - data.jkda = res.data.jkda; + // data.jkda = res.data.jkda; data.jsbgl = res.data.jsbgl; data.fyglrs = res.data.fyglrs; data.jktj = res.data.jktj;