diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue index bd566965..af00d710 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue @@ -96,7 +96,6 @@ { slot: 'goods', align: 'center' }, { prop: 'type', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, { prop: 'onlineTime', label: '上架时间', align: 'center' }, - { prop: 'createTime', label: '申请时间', align: 'center' }, { prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGStatus', v) } ] }