mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
商品详情展示此规格的价格
This commit is contained in:
@@ -226,7 +226,7 @@ export default {
|
|||||||
title: "价格",
|
title: "价格",
|
||||||
key: "price",
|
key: "price",
|
||||||
render: (h, params) => {
|
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: "库存",
|
title: "库存",
|
||||||
|
|||||||
Reference in New Issue
Block a user