diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 9e1b0fc..0c7d4bf 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -833,14 +833,14 @@ const attrList = computed(() => { vIf: state.isSearch, vShow: ["lowcodeImage"], }, - { + /* { label: "添加时间水印", value: config.lowcodeImage, path: "config.lowcodeImage", type: "lowcodeImage_watermark", vIf: state.isSearch, vShow: ["lowcodeImage"], - }, + }, */ { label: "显示级别", value: config.organization, @@ -4111,7 +4111,7 @@ const aiAgentList = ref([ 通用属性 - + + + + + + 是 + 否 + + + + 添加时间水印 + + + 是 + 否 + + + + + + + + diff --git a/src/components/DesignForm/public/expand/lowcodeImage.vue b/src/components/DesignForm/public/expand/lowcodeImage.vue index 88ca50d..3c7328f 100644 --- a/src/components/DesignForm/public/expand/lowcodeImage.vue +++ b/src/components/DesignForm/public/expand/lowcodeImage.vue @@ -16,7 +16,7 @@ import { Plus } from '@element-plus/icons-vue' import type { UploadProps, UploadUserFile } from 'element-plus' -const attrs = useAttrs() +//const attrs = useAttrs() const props = withDefaults( defineProps<{ @@ -26,6 +26,7 @@ const props = withDefaults( data?: Object; formTableSetUp?: Object; imgUrl?: string; + type: string; }>(), {} ); @@ -192,12 +193,22 @@ function selectFile(){ } - + + + @@ -231,13 +242,13 @@ function selectFile(){ > --> - + 添加图片 - + - 仅允许现场手机拍照上传 + 仅允许现场手机拍照上传 拍照上传 @@ -265,7 +276,7 @@ function selectFile(){ - + - + /> --> @@ -680,11 +681,12 @@ function optionsValue3Get3(data: any, fieldName: any) { - + /> -->