1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7c9cde00a9
commit
f7d7d2b742
|
|
@ -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>
|
||||
<!-- 生成时间 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue