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> </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>
</div> </div>
</el-dialog> </el-dialog>

View File

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