fix(测试跟踪): 修复测试计划/用例评审-功能用例-添加缺陷附件上传的问题

--bug=1015225 --user=宋昌昌 【测试跟踪】测试计划/用例评审-功能用例-添加缺陷-上传附件,报500 https://www.tapd.cn/55049933/s/1210720
This commit is contained in:
song-cc-rock 2022-07-25 17:38:48 +08:00 committed by jianxing
parent 0037bffce8
commit eeea036088
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@
:on-exceed="handleExceed"
:on-success="handleSuccess"
:on-error="handleError"
:disabled="type === 'add' || type === 'copy'">
<el-button type="primary" :disabled="type === 'add' || type === 'copy'" size="mini">{{$t('test_track.case.add_attachment')}}</el-button>
:disabled="type === 'add' || type === 'copy' || isCaseEdit">
<el-button type="primary" :disabled="type === 'add' || type === 'copy' || isCaseEdit" size="mini">{{$t('test_track.case.add_attachment')}}</el-button>
<span slot="tip" class="el-upload__tip"> {{ $t('test_track.case.upload_tip') }} </span>
</el-upload>
</el-col>