修改商品列表>>耗材信息>>绑定:单位改为下拉框可选

This commit is contained in:
2025-12-15 15:01:35 +08:00
parent c756a86739
commit 3f9a4e8ca8

View File

@@ -173,7 +173,7 @@
</template>
</el-table-column>
<el-table-column label="单位" prop="conUnit">
<!-- <template v-slot="scope">
<template v-slot="scope">
<el-select v-model="scope.row.conUnit" reserve-keyword placeholder="请输入关键词">
<el-option
v-for="item in returnConUnits(scope.row.consInfoId)"
@@ -182,7 +182,7 @@
:value="item"
></el-option>
</el-select>
</template> -->
</template>
</el-table-column>
<el-table-column label="使用数量" prop="surplusStock" min-width="150px">
<template v-slot="scope">