删除最低购买金额

master
lemon橪 2021-12-16 13:41:57 +08:00
parent 9eecc603db
commit 246ba9057f
1 changed files with 0 additions and 11 deletions

View File

@ -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",