File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
console/atest-ui/src/views Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ Magic.Keys(() => {
832832 <el-button type =" danger" @click =" deleteCase" :icon =" Delete" >{{ t('button.delete') }}</el-button >
833833 <el-button type =" primary" @click =" openDuplicateTestCaseDialog" :icon =" CopyDocument" v-if =" !isHistoryTestCase" >{{ t('button.duplicate') }}</el-button >
834834 <el-button type =" primary" @click =" openCodeDialog" >{{ t('button.generateCode') }}</el-button >
835- <el-button type =" primary" v-if =" !isHistoryTestCase" @click =" openHistoryDialog" >{{ t('button.viewHistory') }}</el-button >
835+ <el-button type =" primary" v-if =" !isHistoryTestCase && Cache.GetCurrentStore().kind.name == 'atest-store-orm' " @click =" openHistoryDialog" >{{ t('button.viewHistory') }}</el-button >
836836 <span v-if =" isHistoryTestCase" style =" margin-left : 15px ;" >{{ t('tip.runningAt') }}{{ HistoryTestCaseCreateTime }}</span >
837837 </div >
838838 <div style =" display : flex ;" >
You can’t perform that action at this time.
0 commit comments