feat(任务中心): 未执行隐藏执行结果

This commit is contained in:
baiqi 2024-11-14 10:30:28 +08:00 committed by Craftsman
parent e2c5590b06
commit 287c342268
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
> >
{{ t('ms.taskCenter.rerun') }} {{ t('ms.taskCenter.rerun') }}
</MsButton> --> </MsButton> -->
<MsButton @click="checkExecuteResult(record)"> <MsButton v-if="record.status !== ExecuteStatusEnum.PENDING" @click="checkExecuteResult(record)">
{{ t('ms.taskCenter.executeResult') }} {{ t('ms.taskCenter.executeResult') }}
</MsButton> </MsButton>
</template> </template>