This commit is contained in:
parent
0496652a10
commit
9de5dc3c06
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
<!-- v-if="dataMyTag.camera" -->
|
||||
<div class="videoCamera" v-if="dataMyTag.camera" @click="openCamera()">
|
||||
<img src="@/assets/images/sxt_detail.png" alt="">
|
||||
<img src="@/assets/images/sxt_detail.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="person-side">
|
||||
|
@ -324,11 +324,7 @@
|
|||
@handle="handlePaginationDialog"
|
||||
>
|
||||
</Dialog>
|
||||
<DialogCamera
|
||||
:cameraShow="cameraShow"
|
||||
@close="close1"
|
||||
>
|
||||
</DialogCamera>
|
||||
<DialogCamera :cameraShow="cameraShow" @close="close1"> </DialogCamera>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -1210,7 +1205,7 @@ onMounted(() => {
|
|||
top: -10px;
|
||||
right: 30px;
|
||||
cursor: pointer;
|
||||
img{
|
||||
img {
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue