✨ 添加主机身份类型.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
{{ getDictValue(execJobStatusKey, record.status) }}
|
||||
</a-tag>
|
||||
</template>
|
||||
<!-- 最近任务 -->
|
||||
<!-- 最近执行 -->
|
||||
<template #recentLog="{ record }">
|
||||
<div class="flex-center" v-if="record.recentLogId && record.recentLogStatus">
|
||||
<!-- 执行状态 -->
|
||||
|
||||
@@ -38,7 +38,7 @@ const columns = [
|
||||
align: 'center',
|
||||
width: 112,
|
||||
}, {
|
||||
title: '最近任务',
|
||||
title: '最近执行',
|
||||
dataIndex: 'recentLog',
|
||||
slotName: 'recentLog',
|
||||
align: 'left',
|
||||
|
||||
Reference in New Issue
Block a user