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' },