From b1a5accbf17a769869a049a4ba34c2ccefe07f9a Mon Sep 17 00:00:00 2001 From: littleeewolf <2285716495@qq.com> Date: Sun, 11 Aug 2024 18:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/analyze.vue | 1 + src/view/person/index.vue | 34 +++++++++++++++------------------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 29b7796..d7a9e86 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -581,6 +581,7 @@ const close = () => { dialogShowElderly.value = false; }; const closeJj = () => { + tableType.data=[]; dialogShow.value = false; pagination.currentPage = 1; }; diff --git a/src/view/person/index.vue b/src/view/person/index.vue index 200f5b5..ba36559 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -103,7 +103,7 @@ :data="tableType.data" border style="width: 100%" - max-height="270" + height="270" :header-cell-style="{ border: 'none', height: '60px', @@ -127,19 +127,11 @@ - - 城乡居民基本医疗保险 - 城乡居民基本医疗保险 职工基本医疗保险 - - - 城乡居民养老金 - 职工养老金 - - 学历 + 学历 {{ baseInfo.eduPhase || "" }} @@ -296,7 +288,7 @@ class="my-info-item" v-for="(item, index) in tableType.columns" > - {{ item.label }} + {{ item.label }} {{ pd(item.label, rightList[item.property]) }} @@ -307,7 +299,7 @@ { //特殊标签弹框 const onClickTag = (item) => { tableType.title2 = item.name; - tableType.columns = columnsList["特殊标签"].column; + tableType.columns2 = columnsList["特殊标签"].column; dialogShow.value = true; }; //圆球弹框 @@ -808,8 +801,8 @@ const back = () => { watch( () => props.message, (newValue, oldValue) => { - identNo.value = props.message.identNo; - dataMyTag.identNo = routers.query.identNo; + // identNo.value = props.message.identNo; + dataMyTag.identNo = props.message.identNo; getData(props.message.identNo); onClickTag2("出生", "出生"); jump.value = "map"; @@ -821,7 +814,7 @@ onMounted(() => { dataMyTag.identNo = routers.query.identNo; jump.value = "detail"; getData(routers.query.identNo); - onClickTag2("出生"); + onClickTag2("出生",'出生'); } else { jump.value = "map"; } @@ -999,7 +992,7 @@ onMounted(() => { .my-info-label { position: relative; - min-width: 40px; + min-width: 80px; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 18px; @@ -1097,7 +1090,7 @@ onMounted(() => { } .my-table { - margin: 36px 0 52px; + margin: 36px 0 32px; :deep(.el-table) { --el-table-header-bg-color: #ffffff3a; @@ -1178,4 +1171,7 @@ onMounted(() => { line-height: 22px; } } +.widu{ + min-width: 40px !important; +}
{{ baseInfo.eduPhase || "" }}
{{ pd(item.label, rightList[item.property]) }}