1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-10 14:22:26 +08:00
parent 7c9cde00a9
commit f7d7d2b742
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<el-table-column prop="IsGenerateTask" :label="$t('trials:rpManage:viewPeriod:table:IsGenerateTask')"
show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ $fd('TrainingStatusEnum', scope.row.IsGenerateTask) }}</span>
<span>{{ $fd('IsGenerateTask', scope.row.IsGenerateTask) }}</span>
</template>
</el-table-column>
<!-- 生成时间 -->