From 8be74f75fd925eea8a6ff58db020eef2daadf7fd Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 17 Apr 2023 13:49:10 +0800 Subject: [PATCH] 247 --- .../app/AppIntegratingSupermarket/components/GoodsList.vue | 1 - 1 file changed, 1 deletion(-) 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) } ] }