fix
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user