mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 11:47:51 +08:00
fix taskInstance submitTime is empty. (#4274)
This commit is contained in:
parent
cdc30f6ee5
commit
0bdef01db0
@ -39,7 +39,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('Submit Time')" width="135">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.scheduleTime">{{scope.row.scheduleTime | formatDate}}</span>
|
||||
<span v-if="scope.row.submitTime">{{scope.row.submitTime | formatDate}}</span>
|
||||
<span v-else>-</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
Loading…
Reference in New Issue
Block a user