This commit is contained in:
lcw
2026-03-19 20:06:24 +08:00
parent a05b857b6c
commit 7a75bc9cc6
12 changed files with 116 additions and 182 deletions

View File

@ -14,7 +14,7 @@
<template #yjTp="{ row }">
<div class="phone">
<el-image v-if="row.tp" :src="urlImg + row.yjTp" fit="cover" lazy />
<el-image v-else :src="Person" fit="cover" lazy />
<el-image v-else :src="row.yjLx=='1'?default_male:car" fit="cover" lazy />
</div>
</template>
<template #yjLx="{ row }">
@ -52,6 +52,9 @@ const { proxy } = getCurrentInstance();
const urlImg = "/mosty-api/mosty-base/minio/image/download/";
const { D_BZ_YJLX, D_BZ_YJJB, D_BZ_GZYFX } = proxy.$dict("D_BZ_YJLX", "D_BZ_YJJB", "D_BZ_GZYFX");
const jczList = ref()
const default_male = require('@/assets/images/default_male.png')
const car = require('@/assets/images/car.png')
const searchConfiger = ref([
{
label: "感知源编号",