商品导入时间

master
wangdong 2 months ago
parent 5bfef7c7a0
commit 74002cbf2a
  1. 6
      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',

Loading…
Cancel
Save