diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index 20077e0..bdc4e14 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -489,6 +489,12 @@ const columns = [ dataIndex: 'update_time', sorter: true, }, + { + title: '导入时间', + width: '150px', + dataIndex: 'import_time', + sorter: true, + }, { title: '操作', dataIndex: 'action',