lcw
This commit is contained in:
@ -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: "感知源编号",
|
||||
|
||||
Reference in New Issue
Block a user