修复样式问题

This commit is contained in:
YeMingfei666 2024-07-18 18:05:18 +08:00
parent 2f0006571f
commit e7ff989d03
1 changed files with 8 additions and 2 deletions

View File

@ -175,7 +175,8 @@
<el-table-column label="耗材">
<el-table-column label="耗材信息">
<template v-slot="scope">
<div
<div>
<div
style="margin-bottom: 10px"
v-for="(haocai, index) in scope.row.haocais"
:key="index"
@ -188,11 +189,14 @@
></el-input>
</div>
</div>
</template>
</el-table-column>
<el-table-column label="单位耗材值" width="180">
<template v-slot="scope">
<div
<div>
<div
style="margin-bottom: 10px; display: flex"
v-for="(haocai, haocaiIndex) in scope.row.haocais"
:key="haocaiIndex"
@ -214,6 +218,8 @@
></el-button>
</div>
</div>
</div>
</template>
</el-table-column>
<el-table-column label="操作">