This commit is contained in:
parent
3f41773141
commit
58b2500db2
|
@ -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>
|
||||
|
|
|
@ -840,12 +840,12 @@ const tableType = reactive({
|
|||
{
|
||||
label: "户口登记地",
|
||||
property: "domicAddr",
|
||||
width: "300px",
|
||||
width: "200px",
|
||||
},
|
||||
{
|
||||
label: "",
|
||||
property: "sxt",
|
||||
width: "50px",
|
||||
width: "30px",
|
||||
type: "slot",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue