fix(缺陷管理): 缺陷附件文案修改
--bug=1036187 --user=宋昌昌 【缺陷管理】创建/编辑缺陷-添加附件-大小限制为50MB https://www.tapd.cn/55049933/s/1465889
This commit is contained in:
parent
a8b2a5ee5b
commit
d2564b2ba9
|
@ -11,6 +11,7 @@
|
|||
<a-upload
|
||||
ref="uploadRef"
|
||||
v-model:file-list="innerFileList"
|
||||
:limit="50"
|
||||
:auto-upload="false"
|
||||
:show-file-list="false"
|
||||
:before-upload="beforeUpload"
|
||||
|
@ -30,7 +31,7 @@
|
|||
</a-dropdown>
|
||||
</div>
|
||||
<div class="!hover:bg-[rgb(var(--primary-1))] !text-[var(--color-text-4)]">
|
||||
{{ t('system.orgTemplate.addAttachmentTip') }}
|
||||
{{ t('bugManagement.edit.addAttachmentTip') }}
|
||||
</div>
|
||||
</div>
|
||||
</a-form-item>
|
||||
|
|
|
@ -37,7 +37,7 @@ export default {
|
|||
defaultSystemTemplate: 'System template is defaulted',
|
||||
content: 'Bug content',
|
||||
file: 'Attachment files',
|
||||
fileExtra: 'Max of file is 500MB',
|
||||
fileExtra: 'Max of file is 50MB',
|
||||
pleaseInputBugName: 'Please input bug name',
|
||||
nameIsRequired: 'Bug name cannot be empty',
|
||||
pleaseInputBugContent: 'Please input bug content',
|
||||
|
|
|
@ -37,7 +37,7 @@ export default {
|
|||
defaultSystemTemplate: '默认为系统模板',
|
||||
content: '缺陷内容',
|
||||
file: '附件',
|
||||
fileExtra: '支持任意类型文件,单个文件大小不超过 500MB',
|
||||
fileExtra: '支持任意类型文件,单个文件大小不超过 50MB',
|
||||
pleaseInputBugName: '请输入缺陷名称',
|
||||
nameIsRequired: '缺陷名称不能为空',
|
||||
pleaseInputBugContent: '请输入缺陷内容',
|
||||
|
|
Loading…
Reference in New Issue