商品详情展示此规格的价格

master
15386982806 2024-01-16 16:33:43 +08:00
parent 71c629cb06
commit 2182cd012a
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ export default {
title: "价格",
key: "price",
render: (h, params) => {
return h("priceColorScheme", {props:{alue:params.row.price,color:this.$mainColor}} );
return h("priceColorScheme", {props:{value:params.row.price,color:this.$mainColor}} );
},
},{
title: "库存",