Browse Source

图片

qin_26
liwenxuan 3 months ago
parent
commit
f9e7901968
  1. 8
      src/components/DesignForm/assembly/index.ts
  2. 2
      src/components/DesignForm/public/expand/lowcodeImage.vue

8
src/components/DesignForm/assembly/index.ts

@ -576,6 +576,11 @@ export default [
},
config: {},
styles: {
divStyle: {
marginBot: "15",
widthStatus: false,
width: "800",
},
labelStyle:{
divbox: "all",
transparency: 100,
@ -583,7 +588,8 @@ export default [
border: 5,
marginTop: "5",
marginLeft: "7"
}
},
inputStyle: {}
}
},
{

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

@ -368,7 +368,7 @@ function selectFile(){
<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">
<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.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