✨ 使用脚本执行命令.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -42,7 +42,11 @@ const columns = [
|
||||
dataIndex: 'recentLog',
|
||||
slotName: 'recentLog',
|
||||
align: 'left',
|
||||
width: 184,
|
||||
headerCellStyle: {
|
||||
display: 'flex',
|
||||
justifyContent: 'center'
|
||||
},
|
||||
width: 200,
|
||||
}, {
|
||||
title: '修改时间',
|
||||
dataIndex: 'updateTime',
|
||||
|
||||
Reference in New Issue
Block a user