diff --git a/src/assets/images/bthgIcon/bgIndex_1.png b/src/assets/images/bthgIcon/bgIndex_1.png index 29aec5b..f4f0f4c 100644 Binary files a/src/assets/images/bthgIcon/bgIndex_1.png and b/src/assets/images/bthgIcon/bgIndex_1.png differ diff --git a/src/views/sevenLargeScreen/comprehensiveManage/homeOverview/leftCenter.vue b/src/views/sevenLargeScreen/comprehensiveManage/homeOverview/leftCenter.vue index 7ad148b..585f0e4 100644 --- a/src/views/sevenLargeScreen/comprehensiveManage/homeOverview/leftCenter.vue +++ b/src/views/sevenLargeScreen/comprehensiveManage/homeOverview/leftCenter.vue @@ -10,7 +10,7 @@
项目主任组
-
安质环部
+
@@ -81,10 +81,7 @@ const projectOrganizationInfo = reactive({ id: 5, titleName: "商务管理部" }, - // { - // id: 6, - // titleName: "安质环部" - // }, + // { // id: 7, // titleName: "综合办公室" @@ -104,7 +101,11 @@ const projectOrganizationInfo = reactive({ { id: 11, titleName: "党建工作组" - } + }, + { + id: 6, + titleName: "安质环部" + }, ], projectOrganizationList2: [ { @@ -685,22 +686,22 @@ onMounted(() => { color: white; position: relative; font-size: 16px; - height: 42px; + height: 46px; align-items: center; - margin-top: 24px; + margin-top: 4px; > div:first-child { - left: 35%; + left: 36%; position: absolute; } - > div:last-child { - position: absolute; - right: 16%; - font-size: 14px; - } + // > div:last-child { + // position: absolute; + // right: 16%; + // font-size: 14px; + // } } .projectOrganization_box1_main { - height: 200px; + height: 216px; position: relative; display: flex; align-items: center; @@ -725,7 +726,7 @@ onMounted(() => { width: 97%; > div { color: white; - width: 58px; + width: 54px; text-align: center; } } @@ -750,14 +751,14 @@ onMounted(() => { .projectOrganization_box2_footer { width: 91%; position: relative; - height: 31px; + height: 30px; display: flex; align-items: center; justify-content: flex-start; - margin-top: 10px; + margin-top: 16px; > div { color: white; - width: 69px; + width: 70px; text-align: center; cursor: pointer; } @@ -781,7 +782,8 @@ onMounted(() => { } .projectOrganization_box3_main { width: 88%; - height: 94px; + height: 102px; + margin-top: 12px; display: flex; flex-direction: column; justify-content: space-between; @@ -792,7 +794,7 @@ onMounted(() => { } .projectOrganization_box3_footer { position: relative; - height: 31px; + height: 30px; display: flex; align-items: center; justify-content: space-between; @@ -800,7 +802,7 @@ onMounted(() => { width: 96%; > div { color: white; - width: 54px; + width: 44px; text-align: center; } } diff --git a/src/views/sevenLargeScreen/qualityControl/schedulePlan/rightTop.vue b/src/views/sevenLargeScreen/qualityControl/schedulePlan/rightTop.vue index 9e7fa27..cce7b55 100644 --- a/src/views/sevenLargeScreen/qualityControl/schedulePlan/rightTop.vue +++ b/src/views/sevenLargeScreen/qualityControl/schedulePlan/rightTop.vue @@ -405,11 +405,11 @@ onMounted(async () => { // // getProjectPlanGraph(); // getProjectMilestonePlanRecordList(); nextTick(() => { - // if(searchForm.projectType == 1) { - // pageInfo.imageUrl = store.schedulePlanImage1; - // } else if(searchForm.projectType == 2) { - // pageInfo.imageUrl = store.schedulePlanImage2; - // } + if(searchForm.projectType == 1) { + pageInfo.imageUrl = store.schedulePlanImage1; + } else if(searchForm.projectType == 2) { + pageInfo.imageUrl = store.schedulePlanImage2; + } console.log("图片", pageInfo.imageUrl, pageInfo.domIsImage); });