fix 79884

This commit is contained in:
赵霄
2023-12-26 14:02:03 +08:00
parent ee8c1f7635
commit 4f2fdf8888
@@ -188,7 +188,11 @@
:backDepart="true"
:treeOpera="true" />
<!-- 8, 上传文件 -->
<a-button v-else-if="item.fieldShowType === FieldType.FILE_UP.value" type="primary" class="button-text"
<a-button v-else-if="item.fieldShowType === FieldType.FILE_UP.value"
type="primary"
style="width: 100%"
ghost
:disabled="(disabled || disabledFieldList.includes(item.dbFieldName)) && !formInline[item.dbFieldName]"
@click="clickButtonToUpload(item)">
{{
(formInline[item.dbFieldName] === 'null' || formInline[item.dbFieldName] === ''