This commit is contained in:
parent
3f41773141
commit
58b2500db2
|
@ -98,7 +98,7 @@
|
||||||
<p>返回</p>
|
<p>返回</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- v-if="dataMyTag.camera" -->
|
<!-- 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="">
|
<img src="@/assets/images/sxt_detail.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -840,12 +840,12 @@ const tableType = reactive({
|
||||||
{
|
{
|
||||||
label: "户口登记地",
|
label: "户口登记地",
|
||||||
property: "domicAddr",
|
property: "domicAddr",
|
||||||
width: "300px",
|
width: "200px",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "",
|
label: "",
|
||||||
property: "sxt",
|
property: "sxt",
|
||||||
width: "50px",
|
width: "30px",
|
||||||
type: "slot",
|
type: "slot",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue