From 235e535e5bfa7be4e0c2587e5731f6841b222d80 Mon Sep 17 00:00:00 2001
From: duanxiaohai <1812246227@qq.com>
Date: Thu, 19 Dec 2024 10:13:17 +0800
Subject: [PATCH] gx
---
src/view/dialog/dialogCamera.vue | 5 +-
src/view/person/index.vue | 87 ++++++++++++++++++++------------
2 files changed, 60 insertions(+), 32 deletions(-)
diff --git a/src/view/dialog/dialogCamera.vue b/src/view/dialog/dialogCamera.vue
index 4c6bf5f..1ed0830 100644
--- a/src/view/dialog/dialogCamera.vue
+++ b/src/view/dialog/dialogCamera.vue
@@ -114,7 +114,10 @@ watch(
(newVal) => {
if (newVal) {
// 打开时执行
- initializeVideo();
+ nextTick(()=>{
+
+ initializeVideo();
+ })
} else {
// 关闭时执行
disposeVideo();
diff --git a/src/view/person/index.vue b/src/view/person/index.vue
index 3309429..a3674cb 100644
--- a/src/view/person/index.vue
+++ b/src/view/person/index.vue
@@ -74,7 +74,8 @@
v-for="item in dataMyTag.myTag"
:key="item"
@click="item.show ? onClickTag(item) : ''"
- :class="item.show ? 'my-tag-item_active' : ''">
+ :class="item.show ? 'my-tag-item_active' : ''"
+ >
{{ item.name }}
@@ -86,6 +87,12 @@
返回
+
+
+
+
+
+
+ @click="onClickTag2(item.name, item.label)"
+ >
退休
养老
{{ item.name }}
-
-
-
+ }"
+ >
+ :align="item.align || 'left'"
+ >
@@ -151,7 +155,8 @@
:width="item.width"
:prop="item.property"
:label="item.label"
- :align="item.align || 'left'" />
+ :align="item.align || 'left'"
+ />
@@ -181,12 +186,14 @@
height: '50px',
backgroundColor: 'rgba(31, 63, 113, 1)',
color: '#fff',
- }">
+ }"
+ >
+ :prop="item.property"
+ >
@@ -201,7 +208,8 @@
v-else
:width="item.width"
:prop="item.property"
- :label="item.label" />
+ :label="item.label"
+ />
+ @current-change="handlePagination"
+ />
@@ -237,12 +246,14 @@
height: '50px',
backgroundColor: 'rgba(31, 63, 113, 1)',
color: '#fff',
- }">
+ }"
+ >
+ :label="item.label"
+ />
+ @current-change="handlePagination1"
+ />
@@ -278,12 +290,14 @@
height: '50px',
backgroundColor: 'rgba(31, 63, 113, 1)',
color: '#fff',
- }">
+ }"
+ >
+ :label="item.label"
+ />
+ @current-change="handlePagination2"
+ />
@@ -320,12 +335,14 @@
height: '50px',
backgroundColor: 'rgba(31, 63, 113, 1)',
color: '#fff',
- }">
+ }"
+ >
+ :prop="item.property"
+ >
@@ -348,7 +365,8 @@
v-else
:width="item.width"
:prop="item.property"
- :label="item.label" />
+ :label="item.label"
+ />
+ @current-change="handlePagination"
+ />
@@ -369,7 +388,8 @@
+ v-if="dataMyTag.title == '学习' && baseInfo.eduPhase"
+ >
学历
{{ baseInfo.eduPhase || "" }}
@@ -377,7 +397,8 @@
+ v-if="dataMyTag.title == '婚育' && baseInfo.maritalStatus"
+ >
婚姻状况
{{ baseInfo.maritalStatus || "" }}
@@ -386,12 +407,14 @@
+ v-if="rightList?.length != 0 && item.show == true"
+ >
+ "
+ >
{{ item.label }}
@@ -417,7 +440,8 @@
:cameraShow="camerali.show"
:hlsUriSsl="camerali.hlsUriSsl"
:sxtnames="camerali.name"
- @close="close1">
+ @close="close1"
+ >
@@ -1300,6 +1324,7 @@ onMounted(() => {
width: 100%;
height: 100%;
position: relative;
+ top: -30px;
.main-tag-item {
background: url("../../assets/person/tag.png") no-repeat;
@@ -1705,7 +1730,7 @@ onMounted(() => {
}
.videoCamera {
position: absolute;
- top: -10px;
+ top: 0px;
right: 30px;
cursor: pointer;
img {