fix(测试跟踪): 修复测试计划/用例评审-功能用例-添加缺陷附件上传的问题
--bug=1015225 --user=宋昌昌 【测试跟踪】测试计划/用例评审-功能用例-添加缺陷-上传附件,报500 https://www.tapd.cn/55049933/s/1210720
This commit is contained in:
parent
0037bffce8
commit
eeea036088
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue