修复了storeTable.vue中的规格列显示错误,现在显示正确的sku_name而非store_info。

This commit is contained in:
mkm 2024-09-14 17:48:50 +08:00
parent 01869ee59c
commit f2e9609cf1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</div>
</template>
</el-table-column>
<el-table-column label="规格" prop="store_info" show-overflow-tooltip />
<el-table-column label="规格" prop="sku_name" show-overflow-tooltip />
<el-table-column label="结算单价" prop="price" show-overflow-tooltip />
<el-table-column label="数量" prop="cart_num" show-overflow-tooltip />
<el-table-column label="合计" prop="total_price" show-overflow-tooltip />