发布商品增加局部刷新与去除成本价

This commit is contained in:
mahe
2023-12-18 18:04:44 +08:00
parent 195ea35798
commit 286295393d
2 changed files with 60 additions and 39 deletions

View File

@@ -214,14 +214,14 @@ export default {
});
} else {
this.skuColumn.push(
{
title: "成本",
key: "cost",
render: (h, params) => {
console.log(params)
return h("priceColorScheme", {props:{value:params.row.cost,color:this.$mainColor}} );
},
},
// {
// title: "成本",
// key: "cost",
// render: (h, params) => {
// console.log(params)
// return h("priceColorScheme", {props:{value:params.row.cost,color:this.$mainColor}} );
// },
// },
{
title: "价格",
key: "price",