使用脚本执行命令.

This commit is contained in:
lijiahang
2024-04-17 13:13:01 +08:00
parent 339d86fc87
commit 256e54ffd8
22 changed files with 384 additions and 79 deletions

View File

@@ -115,7 +115,7 @@
{{ getDictValue(execStatusKey, record.recentLogStatus) }}
</a-tag>
<!-- 执行时间 -->
{{ dateFormat(new Date(record.recentLogTime), 'MM-dd HH:mm') }}
{{ dateFormat(new Date(record.recentLogTime), 'MM-dd HH:mm:ss') }}
</div>
<!-- 无任务 -->
<div v-else class="mx8">-</div>

View File

@@ -42,7 +42,11 @@ const columns = [
dataIndex: 'recentLog',
slotName: 'recentLog',
align: 'left',
width: 184,
headerCellStyle: {
display: 'flex',
justifyContent: 'center'
},
width: 200,
}, {
title: '修改时间',
dataIndex: 'updateTime',