大屏调整

This commit is contained in:
2025-12-20 16:48:23 +08:00
parent d3110fb7b9
commit c18dde1b43

View File

@ -3,20 +3,20 @@
<div class="warning-image flex"> <div class="warning-image flex">
<!-- --> <!-- -->
<template v-if="!item.yjtp || item.yjtp.includes('baidu')"> <template v-if="!item.yjtp || item.yjtp.includes('baidu')">
<img src="@/assets/images/car.png" width="65" height="70" v-if="item.yjlb == 2" /> <img src="@/assets/images/car.png" width="65" height="70" v-if="item.yjlb == 2 || item.yjLx == 2" />
<img src="@/assets/images/default_male.png" width="65" height="70" v-else /> <img src="@/assets/images/default_male.png" width="65" height="70" v-else />
</template> </template>
<el-image preview-teleported v-else @click.stop style="width: 65px; height: 70px" :src="item.yjtp" :preview-src-list="[item.yjtp]" show-progress> <el-image preview-teleported v-else @click.stop style="width: 65px; height: 70px" :src="item.yjtp" :preview-src-list="[item.yjtp]" show-progress>
<template #error> <template #error>
<div class="image-slot error"> <div class="image-slot error">
<img src="@/assets/images/car.png" width="65" height="70" v-if="item.yjlb == 2" /> <img src="@/assets/images/car.png" width="65" height="70" v-if="item.yjlb == 2 || item.yjLx == 2" />
<img src="@/assets/images/default_male.png" width="65" height="70" v-else /> <img src="@/assets/images/default_male.png" width="65" height="70" v-else />
</div> </div>
</template> </template>
</el-image> </el-image>
<div class="ml10 warning-info"> <div class="ml10 warning-info">
<div class="flex just-between align-center"> <div class="flex just-between align-center">
<div class="flex align-center mt4" v-if="item.yjlb == 2"> <div class="flex align-center mt4" v-if="item.yjlb == 2 || item.yjLx == 2">
<span>{{ item.cph }}</span> <span>{{ item.cph }}</span>
</div> </div>
<div class="flex align-center mt4" v-else> <div class="flex align-center mt4" v-else>
@ -28,7 +28,7 @@
</div> </div>
<span class="tag" v-if="item.yjbq" :style="{ 'background': `${changeBG(item.yjjb)}` }">{{ item.yjbq }}</span> <span class="tag" v-if="item.yjbq" :style="{ 'background': `${changeBG(item.yjjb)}` }">{{ item.yjbq }}</span>
</div> </div>
<div v-if="item.yjlb == 2" class="flex">车牌类型 <div v-if="item.yjlb == 2 || item.yjLx == 2" class="flex">车牌类型
<DictTag :tag="false" :value="item.hplx" color="#fff" :options="dict.D_BZ_HPZL" /> <DictTag :tag="false" :value="item.hplx" color="#fff" :options="dict.D_BZ_HPZL" />
</div> </div>
<div class="mt4" v-else>身份证{{ item.rysfzh }}</div> <div class="mt4" v-else>身份证{{ item.rysfzh }}</div>