修改文档库的中英文切换

This commit is contained in:
qq787203167
2022-03-01 14:24:34 +08:00
parent 40c13f8731
commit e214d98d16
12 changed files with 59 additions and 32 deletions
@@ -112,7 +112,7 @@
<a-button type="primary" class="button-text"
@click="clickButtonToUpload(item.db_field_name)">
{{ (formInline[item.db_field_name] === 'null' || formInline[item.db_field_name] === '' ||
formInline[item.db_field_name] == null) ? '点击上传' : '查看已上传文件'
formInline[item.db_field_name] == null) ? $t('clickUpload') : $t('viewUploadedFiles')
}}
</a-button>
</a-form-model-item>
@@ -590,7 +590,7 @@
.button-text {
height: 38px;
width: calc(100% - 120px);
width: calc(100% - 100px);
line-height: 38px;
background: #fff;
border: 1px #00B3BE solid;