添加主机身份类型.

This commit is contained in:
lijiahang
2024-04-17 10:11:36 +08:00
parent bc8e04b908
commit 339d86fc87
32 changed files with 350 additions and 118 deletions

View File

@@ -107,7 +107,7 @@
{{ getDictValue(execJobStatusKey, record.status) }}
</a-tag>
</template>
<!-- 最近任务 -->
<!-- 最近执行 -->
<template #recentLog="{ record }">
<div class="flex-center" v-if="record.recentLogId && record.recentLogStatus">
<!-- 执行状态 -->

View File

@@ -38,7 +38,7 @@ const columns = [
align: 'center',
width: 112,
}, {
title: '最近任务',
title: '最近执行',
dataIndex: 'recentLog',
slotName: 'recentLog',
align: 'left',