diff --git a/src/view/person/index.vue b/src/view/person/index.vue index b18a106..9af3db5 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -99,7 +99,7 @@
- +
@@ -324,11 +324,7 @@ @handle="handlePaginationDialog" > - - +
@@ -692,13 +688,13 @@ const pd = computed(() => { if (name == "医疗保险类型") { if (type == "0") { return "城乡居民基本医疗保险"; - } else { + } else if (type == "1") { return "职工基本医疗保险"; } } else if (name == "养老金类型") { if (type == "0") { return "城乡居民养老金"; - } else { + } else if (type == "1") { return "职工养老金"; } } else { @@ -759,7 +755,6 @@ const getTable = (url, csh) => { rightList.value.length = 0; } else { rightList.value = tableType.data[0]; - console.log(22222, rightList.value); } rightType.value = 0; } @@ -1108,8 +1103,8 @@ onMounted(() => { cursor: not-allowed; p { font-size: 16px; - font-weight: 500; - } + font-weight: 500; + } // &:hover { // background: rgba(0, 158, 255, 0.38); // box-shadow: inset 0px 0px 11px 0px rgba(255, 255, 255, 0.5); @@ -1210,7 +1205,7 @@ onMounted(() => { top: -10px; right: 30px; cursor: pointer; - img{ + img { width: 46px; height: 46px; }