|
|
@ -311,7 +311,7 @@ const fit = computed(()=>{ |
|
|
<template> |
|
|
<template> |
|
|
|
|
|
|
|
|
<el-image |
|
|
<el-image |
|
|
v-if="(!hasELCard(ancestors))&&props.data.control.useDefaultImg&&props.type==5" |
|
|
v-if="props.data.control.useDefaultImg&&props.type==5" |
|
|
:src="value" |
|
|
:src="value" |
|
|
class="avatar" |
|
|
class="avatar" |
|
|
:style="getFormItemInputStyle(configStyle, 2)" |
|
|
:style="getFormItemInputStyle(configStyle, 2)" |
|
|
|