修复样式问题

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