合并发货页面前端修改

This commit is contained in:
@fawn-nine
2023-05-25 16:44:48 +08:00
parent a6ae5ee5fd
commit c21d221981
4 changed files with 52 additions and 30 deletions

View File

@@ -27,7 +27,7 @@
<div class="item_body">
<div class="flexbox" style="justify-content: space-between;">
<div class="td1 flexbox" style="align-items: flex-start;">
<div class="flexbox orderProducts" v-for="products in productsCodeList">
<div class="flexbox orderProducts" v-for="products in productsCodeList" :key="products.productId">
<div class="flexbox productItem" style="">
<!-- <el-checkbox :label="products.allOrderId"></el-checkbox> -->
<img :src="products.image" width="30px" height="30px">