This commit is contained in:
duanxiaohai 2024-08-14 09:05:11 +08:00
parent b1022ecec8
commit 5ef2439b49
2 changed files with 17 additions and 4 deletions

View File

@ -38,8 +38,21 @@
/>
</div>
</div>
<div style="width: 100%; height: calc(100% - 110px)">
<div
style="
width: 100%;
height: calc(100% - 110px);
display: flex;
justify-content: center;
align-items: center;
"
>
<video width="1080" controls>
<source
src="https://www.runoob.com/try/demo_source/mov_bbb.mp4"
type="video/mp4"
/>
</video>
</div>
</div>
</el-dialog>
@ -110,7 +123,7 @@ watch(
// 使
onMounted(() => {
cameraShow.value = props.cameraShow;
// data.columns = props.columns;
// data.title = props.title;
// data.tableData = props.tableData;

View File

@ -165,7 +165,7 @@
@openMessage="openMessage"
>
<template #jzzt="{ currentCol, currentData }">
<div v-if="currentData.jzzt == 1">居住</div>
<div v-if="currentData.jzzt == 0">居住</div>
<div v-else>未居住</div>
</template>
<template #sxt="{ currentCol, currentData }">