Showing
2 changed files
with
2 additions
and
5 deletions
| ... | ... | @@ -213,11 +213,7 @@ |
| 213 | 213 | > |
| 214 | 214 | <div class="text-gray-400 text-xs truncate"> |
| 215 | 215 | <span class="mr-2">最近执行</span> |
| 216 | - <span>{{ | |
| 217 | - getLastExecuteTime.value > 0 | |
| 218 | - ? `${getLastExecuteTime.value}${getLastExecuteTime.unitName}前` | |
| 219 | - : '刚刚' | |
| 220 | - }}</span> | |
| 216 | + <span>{{ getRecord.lastExecuteStr }}</span> | |
| 221 | 217 | </div> |
| 222 | 218 | </Tooltip> |
| 223 | 219 | </div> | ... | ... |