This commit is contained in:
姚宇浩 2024-08-15 10:48:54 +08:00
parent 3f41773141
commit 58b2500db2
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@
<p>返回</p>
</div>
<!-- v-if="dataMyTag.camera" -->
<div class="videoCamera" v-if="dataMyTag.camera">
<div class="videoCamera" v-if="dataMyTag.camera" @click="openCamera()">
<img src="@/assets/images/sxt_detail.png" alt="">
</div>
</div>

View File

@ -840,12 +840,12 @@ const tableType = reactive({
{
label: "户口登记地",
property: "domicAddr",
width: "300px",
width: "200px",
},
{
label: "",
property: "sxt",
width: "50px",
width: "30px",
type: "slot",
},
],