fix 79884
This commit is contained in:
@@ -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] === ''
|
||||
|
||||
Reference in New Issue
Block a user