|
|
@ -28,7 +28,6 @@ import { |
|
|
|
import { SearchOutlined } from '@vicons/antd' |
|
|
|
import { SearchOutlined } from '@vicons/antd' |
|
|
|
import { useI18n } from 'vue-i18n' |
|
|
|
import { useI18n } from 'vue-i18n' |
|
|
|
import { useTable } from './use-table' |
|
|
|
import { useTable } from './use-table' |
|
|
|
import Card from '@/components/card' |
|
|
|
|
|
|
|
import ClusterModal from './components/cluster-modal' |
|
|
|
import ClusterModal from './components/cluster-modal' |
|
|
|
|
|
|
|
|
|
|
|
const clusterManage = defineComponent({ |
|
|
|
const clusterManage = defineComponent({ |
|
|
@ -103,7 +102,7 @@ const clusterManage = defineComponent({ |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<NSpace vertical> |
|
|
|
<NSpace vertical> |
|
|
|
<NCard> |
|
|
|
<NCard size='small'> |
|
|
|
<NSpace justify='space-between'> |
|
|
|
<NSpace justify='space-between'> |
|
|
|
<NButton |
|
|
|
<NButton |
|
|
|
size='small' |
|
|
|
size='small' |
|
|
@ -132,7 +131,7 @@ const clusterManage = defineComponent({ |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</NCard> |
|
|
|
</NCard> |
|
|
|
<Card> |
|
|
|
<NCard size='small'> |
|
|
|
<NSpace vertical> |
|
|
|
<NSpace vertical> |
|
|
|
<NDataTable |
|
|
|
<NDataTable |
|
|
|
loading={loadingRef} |
|
|
|
loading={loadingRef} |
|
|
@ -154,7 +153,7 @@ const clusterManage = defineComponent({ |
|
|
|
/> |
|
|
|
/> |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</NSpace> |
|
|
|
</Card> |
|
|
|
</NCard> |
|
|
|
<ClusterModal |
|
|
|
<ClusterModal |
|
|
|
showModalRef={this.showModalRef} |
|
|
|
showModalRef={this.showModalRef} |
|
|
|
statusRef={this.statusRef} |
|
|
|
statusRef={this.statusRef} |
|
|
|