From c6638f891d491b8c93d3cb3dbfd4d70cf51d96d6 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 15 Jun 2023 15:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=95=86=E5=93=81=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppIntegratingSupermarket/components/AddStore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue index 6dac6056..bee696b0 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue @@ -224,7 +224,7 @@ { prop: 'typeExplain', label: '商品类型说明'}, { slot: 'integralPrice' }, { slot: 'payMoney' }, - { prop: 'goods', label: '商品链接', align: 'center', format: v => v.jdUrl }, + // { prop: 'goods', label: '商品链接', align: 'center', format: v => v.jdUrl }, { slot: 'stock' }, { prop: 'status', width: 90, label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGStatus', v) || '已上架' } ],