This commit is contained in:
qiuyuan 2026-01-28 18:19:17 +08:00
parent efb064280b
commit 644cecc521
2 changed files with 9 additions and 9 deletions

View File

@ -98,7 +98,7 @@ const columns = [
{ title: '实例ID', dataIndex: 'instance_uuid', width: 120 }, { title: '实例ID', dataIndex: 'instance_uuid', width: 120 },
{ title: '是否被占用', dataIndex: 'reserved', key: 'reserved', width: 120 }, { title: '是否被占用', dataIndex: 'reserved', key: 'reserved', width: 120 },
{ title: '开始占用时间', dataIndex: 'reserve_time', key: 'reserve_time', width: 120 }, { title: '开始占用时间', dataIndex: 'reserve_time', key: 'reserve_time', width: 120 },
{ title: t('button.action'), key: 'action', fixed: 'right', width: 120 }, // { title: t('button.action'), key: 'action', fixed: 'right', width: 120 },
] ]
const { listData, loading, showLoading, hideLoading, paginationState, searchFormData, resetPagination } = const { listData, loading, showLoading, hideLoading, paginationState, searchFormData, resetPagination } =

View File

@ -122,7 +122,7 @@
</template> </template>
<!-- 操作 --> <!-- 操作 -->
<template v-if="'action' === column.key"> <!-- <template v-if="'action' === column.key">
<div class="action-cell"> <div class="action-cell">
<a-space> <a-space>
<a-button type="link" size="small" @click="handleStartInstance(record)" <a-button type="link" size="small" @click="handleStartInstance(record)"
@ -158,7 +158,7 @@
</a-dropdown> </a-dropdown>
</a-space> </a-space>
</div> </div>
</template> </template> -->
</template> </template>
</a-table> </a-table>
</a-card> </a-card>
@ -231,12 +231,12 @@ const columns = [
key: 'quick_tools', key: 'quick_tools',
width: 100 width: 100
}, },
{ // {
title: '操作', // title: '',
key: 'action', // key: 'action',
fixed: 'right', // fixed: 'right',
width: 240 // width: 240
}, // },
] ]
// //