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: '是否被占用', dataIndex: 'reserved', key: 'reserved', 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 } =

View File

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