diff --git a/src/components/DesignForm/public/expand/lowcodeImage.vue b/src/components/DesignForm/public/expand/lowcodeImage.vue
index 64bd272..4470330 100644
--- a/src/components/DesignForm/public/expand/lowcodeImage.vue
+++ b/src/components/DesignForm/public/expand/lowcodeImage.vue
@@ -57,7 +57,6 @@ const props = withDefaults(
formTableSetUp?: Object;
imgUrl?: string;
type: string;
- isEdit: boolean;
}>(),
{}
);
@@ -336,7 +335,7 @@ const fit = computed(()=>{
/>
{
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
v-loading="imgLoading"
- :disabled="props.isEdit"
>
{
:style="getFormItemInputStyle(configStyle, 2)"
:fit="fit"
/>
-
-
-
@@ -430,7 +410,6 @@ const fit = computed(()=>{
v-loading="imgLoading"
:on-success="handleAvatarSuccess1"
style="margin-top: 10px;"
- :disabled="props.isEdit"
>