fanfan 5 months ago
commit 20ea420177
  1. 6
      src/views/dataCenter/goods/Index.vue

@ -508,6 +508,12 @@ const columns = [
dataIndex: 'update_time',
sorter: true,
},
{
title: '导入时间',
width: '150px',
dataIndex: 'import_time',
sorter: true,
},
{
title: '操作',
dataIndex: 'action',

Loading…
Cancel
Save