generated from Leo_Ding/web-template
1
This commit is contained in:
parent
efb064280b
commit
644cecc521
@ -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 } =
|
||||
|
||||
@ -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
|
||||
// },
|
||||
]
|
||||
|
||||
// 状态映射
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user