fix(用例评审): 评审用例详情关联测试下拉选项禁用点击

--bug=1047325 --user=宋昌昌 【测试跟踪】用例评审-评审详情-用例详情-关联测试下拉选项可点击关联 https://www.tapd.cn/55049933/s/1605497
This commit is contained in:
song-cc-rock 2024-11-04 17:11:08 +08:00 committed by Craftsman
parent fbb6ceb189
commit 0b92ae91ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand" :disabled="readOnly">
<el-button type="primary" size="mini" :disabled="readOnly"> <el-button type="primary" size="mini" :disabled="readOnly">
{{$t('test_track.case.relate_test')}}<i class="el-icon-arrow-down el-icon--right"></i> {{$t('test_track.case.relate_test')}}<i class="el-icon-arrow-down el-icon--right"></i>
</el-button> </el-button>