From 6d200ea43bbb703b176b106a8a995d9cb0d8a844 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 17 Apr 2023 13:50:01 +0800 Subject: [PATCH] 253 --- .../fengdu/app/AppIntegratingSupermarket/components/AddStore.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue index 02323d81..4350eb05 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue @@ -237,7 +237,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', width: 90, label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGStatus', v) } ], chooseList: []