fix: m
parent
a85aad47ff
commit
4acb5de818
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue