develop
时启龙 2024-09-04 17:08:38 +08:00
parent a85aad47ff
commit 4acb5de818
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
<el-button type="primary" @click="handleAdd()"> </el-button> <el-button type="primary" @click="handleAdd()"> </el-button>
</template> </template>
<template #instanceUuid="val, record"> <template #instanceUuid="val, record">
<span class="detail-href" @click="getDiskList(record)">{{ val }}</span> {{ val }}
<!-- <span class="detail-href" @click="getDiskList(record)">{{ val }}</span> -->
</template> </template>
<template #ebmState="val"> <template #ebmState="val">
<cb-status-icon :type="val | bareMetalColor">{{ val | bareMetalState }}</cb-status-icon> <cb-status-icon :type="val | bareMetalColor">{{ val | bareMetalState }}</cb-status-icon>