删除最低购买金额
parent
9eecc603db
commit
246ba9057f
|
@ -190,17 +190,6 @@ export default {
|
|||
key: "stock",
|
||||
width: 110,
|
||||
},
|
||||
{
|
||||
title: "最低购买金额",
|
||||
key: "lowestPrice",
|
||||
minWidth: 110,
|
||||
render: (h, params) => {
|
||||
return h(
|
||||
"div",
|
||||
this.$options.filters.unitPrice(params.row.lowestPrice, "¥")
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "每人最低砍",
|
||||
key: "lowestPrice",
|
||||
|
|
Loading…
Reference in New Issue