Browse Source

图片

qin_26
liwenxuan 3 months ago
parent
commit
2701fb9c17
  1. 4
      src/components/DesignForm/public/expand/lowcodeImage.vue

4
src/components/DesignForm/public/expand/lowcodeImage.vue

@ -364,11 +364,11 @@ function selectFile(){
>
<el-icon><Plus /></el-icon>
</el-upload> -->
<div v-if="!props.data.control.useDefaultImg&&props.type!=4&&props.data.control.onSiteShot==''" style="width: 100%; ">
<div v-if="!props.data.control.useDefaultImg&&props.type!=4&&props.data.control.onSiteShot==''" style="width: 100%; padding-bottom: 2px;">
<el-button @click="selectFile" style="color:grey;font-weight: bolder;"><el-icon style="margin-right: 7px;font-weight: bolder;"><Plus /></el-icon></el-button>
</div>
<div v-if="!props.data.control.useDefaultImg&&props.type!=4&&props.data.control.onSiteShot&&props.data.control.onSiteShot=='1'" style="width: 100%; color:orangered;padding-top: 5px !important;">
<div v-if="!props.data.control.useDefaultImg&&props.type!=4&&props.data.control.onSiteShot&&props.data.control.onSiteShot=='1'" style="width: 100%; color:orangered;padding-top: 4px !important;padding-bottom: 5px;">
<div v-if="props.type!=5&&hasELCard(ancestors)"><span v-if="props.type==2">不可修改 </span>仅允许现场手机拍照上传</div>
<div v-else ><el-button @click="selectFile" style="color:grey;font-weight: bolder;"><el-icon style="margin-right: 7px;font-weight: bolder;"><Plus /></el-icon></el-button></div>

Loading…
Cancel
Save