Compare commits

...

2 Commits

  1. 6
      src/views/dataCenter/goods/Index.vue

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

Loading…
Cancel
Save