修复耗材列表所属商品不换行问题

This commit is contained in:
2024-08-27 15:22:03 +08:00
parent 445a2caab8
commit 1d1dabf492

View File

@@ -94,8 +94,11 @@
</el-table-column>
<el-table-column label="所属商品" width="220">
<template v-slot="scope">
<el-button v-for="(item) in scope.row.product" @click="toGoods(item)" :key="item.productId" type="text">{{
<div>
<el-button v-for="(item) in scope.row.product" @click="toGoods(item)" :key="item.productId" type="text">{{
item.productName }}</el-button>
</div>
</template>
</el-table-column>
<el-table-column label="库存数量" prop="stockNumber">