运营后台商品详情展示此规格的价格

master
15386982806 2024-01-05 16:28:36 +08:00
parent 42c64920b1
commit c5d75a3570
1 changed files with 1 additions and 1 deletions

View File

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