fix(功能用例): 修复功能用例显示设置默认展示

This commit is contained in:
xinxin.wu 2024-06-27 10:05:53 +08:00 committed by 刘瑞斌
parent 2660827dd4
commit f17c33fa64
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
/></span> /></span>
</a-tooltip> </a-tooltip>
</div> </div>
<MsButton v-if="hasChange" class="cursor-pointer text-[rgb(var(--primary-5))]" @click="handleReset" <MsButton :disabled="!hasChange" class="cursor-pointer text-[rgb(var(--primary-5))]" @click="handleReset"
>{{ t('caseManagement.featureCase.recoverDefault') }} >{{ t('caseManagement.featureCase.recoverDefault') }}
</MsButton> </MsButton>
</div> </div>