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: '实例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 } =
|
||||||
|
|||||||
@ -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
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
// 状态映射
|
// 状态映射
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user