diff --git a/src/assets/images/sy/jtcx.png b/src/assets/images/sy/jtcx.png
new file mode 100644
index 0000000..d30ffd3
Binary files /dev/null and b/src/assets/images/sy/jtcx.png differ
diff --git a/src/view/sy.vue b/src/view/sy.vue
index ef88113..d3163b4 100644
--- a/src/view/sy.vue
+++ b/src/view/sy.vue
@@ -107,11 +107,21 @@
救助人数
-
{{ data.salvageServices.jzrc }}
+
+ {{ data.salvageServices.jzrc
+ }}人
+
救助金额
-
{{ data.salvageServices.jzje }}万
+
+ {{ data.salvageServices.jzje
+ }}元
+
@@ -180,7 +190,7 @@
class="left_3_1_item"
@click="showDialog('就业培训', '/api/ggfwyth/jypxList')"
>
- {{ data.employmentService.jypx }}
+ {{ data.employmentService.jypx }}人
就业培训
@@ -188,7 +198,7 @@
class="left_3_1_item"
@click="showDialog('就业见习服务', '/api/ggfwyth/jyjxfwList')"
>
- {{ data.employmentService.jyjxfw }}
+ {{ data.employmentService.jyjxfw }}次
就业见习服务
@@ -196,7 +206,7 @@
class="left_3_1_item"
@click="showDialog('就业援助', '/api/ggfwyth/jyyzList')"
>
- {{ data.employmentService.jyyz }}
+ {{ data.employmentService.jyyz }}人
就业援助
@@ -518,12 +528,18 @@
{{ data.jtsyList[2].name }}
- {{ data.jtsyList[2].key1 }}:
- {{ data.jtsyList[2].key1_value }}条
+ {{ data.jtsyList[2].key1 }}:{{ data.jtsyList[2].key1_value
+ }}条
- {{ data.jtsyList[2].key2 }}:
- {{ data.jtsyList[2].key2_value }}
+ {{ data.jtsyList[2].key2 }}:{{ data.jtsyList[2].key2_value
+ }}人次
@@ -533,12 +549,19 @@
{{ data.jtsyList[3].name }}
- {{ data.jtsyList[3].key1 }}:
- {{ data.jtsyList[3].key1_value }}次
+ {{ data.jtsyList[3].key1 }}:{{ data.jtsyList[3].key1_value
+ }}次
{{ data.jtsyList[3].key2 }}:
- {{ data.jtsyList[3].key2_value }}
+ {{ data.jtsyList[3].key2_value
+ }}人次
@@ -548,12 +571,17 @@
{{ data.jtsyList[4].name }}
- {{ data.jtsyList[4].key1 }}:
- {{ data.jtsyList[4].key1_value }}次
+ {{ data.jtsyList[4].key1 }}:{{ data.jtsyList[4].key1_value }}次
- {{ data.jtsyList[4].key2 }}:
- {{ data.jtsyList[4].key2_value }}人次
+ {{ data.jtsyList[4].key2 }}:{{ data.jtsyList[4].key2_value
+ }}人次
@@ -1075,7 +1103,7 @@ const data = reactive({
name: "公共自行车",
key1: "骑行次数",
key1_value: "117231",
- dw:"人次",
+ dw: "人次",
key2: "骑行时长",
key2_value: "1283时",
img: ggjtimg,
@@ -1084,7 +1112,7 @@ const data = reactive({
name: "电动单车",
key1: "骑行次数",
key1_value: "1172491",
- dw:"人次",
+ dw: "人次",
key2: "骑行时长",
key2_value: "1283时",
img: ggjtimg1,
@@ -1093,27 +1121,27 @@ const data = reactive({
name: "公共汽车",
key1: "公交线路",
key1_value: "176",
- dw:"条",
+ dw: "条",
key2: "乘坐人次",
- key2_value: "239741人次",
+ key2_value: "239741",
img: ggjtimg2,
},
{
name: "长途汽车",
key1: "班车次数",
key1_value: "133",
- dw:"次",
+ dw: "次",
key2: "客流量",
- key2_value: "192874人次",
+ key2_value: "192874",
img: ggjtimg3,
},
{
name: "高铁",
key1: "列车班次",
key1_value: "23",
- dw:"次",
+ dw: "次",
key2: "客流量",
- key2_value: "113414人次",
+ key2_value: "113414",
img: ggjtimg4,
},
],
@@ -1217,8 +1245,8 @@ const getData = async () => {
// jzfwKeys.forEach((key) => {
// data.salvageServices[key] = res.data.jzfw[key];
// });
- data.salvageServices.jzrc = res.data.jzfw.jzrc;
- data.salvageServices.jzje = (res.data.jzfw.jzje / 10000).toFixed(2);
+ data.salvageServices.jzrc = addThousandSeparator(res.data.jzfw.jzrc);
+ data.salvageServices.jzje = addThousandSeparator(res.data.jzfw.jzje) ;
}
// 教育事业&师生比例
const jysyKeys = ["xxzs", "xszs", "jzgzs"];
@@ -2017,7 +2045,7 @@ onBeforeMount(async () => {
}
.last_1 {
- background-image: url(@/assets/images/sy/new_jtsy.png);
+ background-image: url(@/assets/images/sy/jtcx.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
@@ -2246,8 +2274,8 @@ onBeforeMount(async () => {
margin-top: 15px;
.sr {
- display: flex;
- align-items: center;
+ // display: flex;
+ // align-items: center;
.left {
font-weight: 400;
@@ -2337,7 +2365,7 @@ onBeforeMount(async () => {
.bottom {
margin-top: 6px;
font-weight: normal;
- font-size: 24px;
+ font-size: 20px;
color: #00f5ff;
line-height: 18px;
letter-spacing: 1px;
@@ -2366,7 +2394,7 @@ onBeforeMount(async () => {
.bottom {
margin-top: 6px;
font-weight: normal;
- font-size: 24px;
+ font-size: 20px;
color: #00f5ff;
line-height: 18px;
letter-spacing: 1px;
@@ -3193,11 +3221,11 @@ table {
}
// 交通事业
.jtsyBox {
- width: 97%;
+ width: 100%;
// background-color: skyblue;
display: flex;
flex-direction: column;
-
+ transform: translate(-14px, 0px);
font-size: 14px;
font-weight: 400;
color: #ffffff;
diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue
index 7a84081..81ba480 100644
--- a/src/view/sy_details.vue
+++ b/src/view/sy_details.vue
@@ -9,22 +9,22 @@
-
@@ -47,13 +47,13 @@
-
-
+
@@ -730,7 +739,7 @@ onMounted(() => {
.module {
width: 100%;
height: 943px;
- margin-top: 112px;
+ margin-top: 125px;
display: flex;
justify-content: space-between;
padding: 10px 45px;
@@ -905,20 +914,20 @@ onMounted(() => {
}
}
.backgroundVirtual {
- position: absolute;
- top: 0;
- width: 100%;
- height: 79px;
- // background: linear-gradient(
- // 270deg,
- // rgba(0, 52, 131, 0.20) 0%,
- // rgba(0, 32, 83, 0.30) 50%,
- // rgba(0, 60, 131, 0.40) 100%
- // );
- box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1);
- // backdrop-filter: blur(0px);
- z-index: 99;
- }
+ position: absolute;
+ top: 0;
+ width: 100%;
+ height: 79px;
+ // background: linear-gradient(
+ // 270deg,
+ // rgba(0, 52, 131, 0.20) 0%,
+ // rgba(0, 32, 83, 0.30) 50%,
+ // rgba(0, 60, 131, 0.40) 100%
+ // );
+ box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1);
+ // backdrop-filter: blur(0px);
+ z-index: 99;
+ }
}