From 74002cbf2a2ef9acfbba3d5cdef555a60a5137bd Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Sat, 21 Sep 2024 11:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=AF=BC=E5=85=A5=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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',