11
This commit is contained in:
parent
00eb5d6c7c
commit
91628d6dca
@ -73,7 +73,8 @@ const router = useRouter()
|
|||||||
import dayjs from 'dayjs'
|
import dayjs from 'dayjs'
|
||||||
const { listData, loading, showLoading, hideLoading, paginationState, resetPagination, searchFormData } = usePagination()
|
const { listData, loading, showLoading, hideLoading, paginationState, resetPagination, searchFormData } = usePagination()
|
||||||
const columns = ref([
|
const columns = ref([
|
||||||
{ title: '实例ID/名称', dataIndex: 'id', key: 'id' },
|
{ title: '实例ID', dataIndex: 'id', key: 'id' },
|
||||||
|
{ title: '名称', dataIndex: 'name', key: 'name' },
|
||||||
{ title: '状态', dataIndex: 'status', key: 'status' },
|
{ title: '状态', dataIndex: 'status', key: 'status' },
|
||||||
{ title: '规格详情', dataIndex: 'gpu_model', key: 'gpu_model' },
|
{ title: '规格详情', dataIndex: 'gpu_model', key: 'gpu_model' },
|
||||||
{ title: '本地磁盘', dataIndex: 'system_disk', key: 'system_disk' },
|
{ title: '本地磁盘', dataIndex: 'system_disk', key: 'system_disk' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user