diff --git a/src/views/resource/resourceCard/index.vue b/src/views/resource/resourceCard/index.vue index 0bbe4ea..18f0163 100644 --- a/src/views/resource/resourceCard/index.vue +++ b/src/views/resource/resourceCard/index.vue @@ -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 } = diff --git a/src/views/resource/resourceInstance/index.vue b/src/views/resource/resourceInstance/index.vue index aa4b669..892cc78 100644 --- a/src/views/resource/resourceInstance/index.vue +++ b/src/views/resource/resourceInstance/index.vue @@ -122,7 +122,7 @@ - @@ -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 + // }, ] // 状态映射