From 246ba9057f79fffe79a650a910ad68b97d92d9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 16 Dec 2021 13:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=80=E4=BD=8E=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/promotions/kanjia/kanjia-activity-goods.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manager/src/views/promotions/kanjia/kanjia-activity-goods.vue b/manager/src/views/promotions/kanjia/kanjia-activity-goods.vue index a9b2f1ad..ae096271 100644 --- a/manager/src/views/promotions/kanjia/kanjia-activity-goods.vue +++ b/manager/src/views/promotions/kanjia/kanjia-activity-goods.vue @@ -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",