feat 显示库存

This commit is contained in:
timerzz 2024-12-03 09:44:31 +08:00
parent 0f673b22ad
commit 910a020741

View File

@ -114,6 +114,11 @@ const columns = [
dataIndex: 'providerId', dataIndex: 'providerId',
key: 'providerId', key: 'providerId',
}, },
{
title: '库存',
dataIndex: 'ats',
key: 'ats',
},
{ {
title: '抓取库存', title: '抓取库存',
dataIndex: 'traceAts', dataIndex: 'traceAts',