From d0361418cf44d5c96f1c123c4920ca519eaab39d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 19 Apr 2023 14:13:55 +0800 Subject: [PATCH] 283 --- project/fengdu/app/AppIntegratingOrder/components/GirdList.vue | 2 +- .../fengdu/app/AppIntegratingOrder/components/ResidentList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue index 65d8d5ff..f213ae92 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue @@ -136,7 +136,7 @@ colConfigs: [ { prop: 'goodsSerialNumber', label: '商品ID', align: 'left' }, { slot: 'goods', align: 'center' }, - { prop: 'type', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, + { prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, { prop: 'quantity', label: '数量', align: 'center', format: v => `x${v}` }, { prop: 'usedIntegral', label: '消耗积分', align: 'center' }, { prop: 'payMoney', label: '兑换后再付', align: 'center' }, diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue index 130391ed..8186ed6e 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue @@ -137,7 +137,7 @@ colConfigs: [ { prop: 'goodsSerialNumber', label: '商品ID', align: 'left' }, { slot: 'goods', align: 'center' }, - { prop: 'type', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, + { prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, { prop: 'quantity', label: '数量', align: 'center', format: v => `x${v}` }, { prop: 'usedIntegral', label: '消耗积分', align: 'center' }, { prop: 'payMoney', label: '兑换后再付', align: 'center' },