This commit is contained in:
chc
2024-01-16 17:28:25 +08:00
2 changed files with 52 additions and 25 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: "库存",