bug 修复+收货地址的修改

This commit is contained in:
@fawn-nine
2023-10-17 17:43:33 +08:00
parent f34427518d
commit efcf6d45db
4 changed files with 174 additions and 28 deletions

View File

@@ -22,10 +22,10 @@
align="center"
width="50">
</el-table-column>
<el-table-column label="序号" width="70" align="center">
<template slot-scope="scope">
<el-table-column label="商品ID" width="70" align="center" prop="productId">
<!-- <template slot-scope="scope">
{{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
</template>
</template> -->
</el-table-column>
<el-table-column
prop="productName"