This commit is contained in:
messi
2024-08-20 18:45:41 +08:00
parent 0885d828e6
commit 4c5ffb4c8a
7 changed files with 226 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="page">
<a-page-header :ghost="false" title="设备管理">
<div class="ele-text-secondary"> 设备管理云芯威电池管理定制模块 </div>
<div class="ele-text-secondary"> 设备管理云芯威电池管理定制模块2 </div>
</a-page-header>
<div class="ele-body">
<a-card :bordered="false">
@@ -23,6 +23,7 @@
@remove="removeBatch"
/>
</template>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'image'">
<a-image :src="record.image" :width="40" />