首页表格新增一列

This commit is contained in:
lai
2024-02-21 14:38:57 +08:00
parent 625b39d901
commit 65696dee09
2 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,11 @@ let tableColumns: ColumnsType = [
title: t('views.index.serialNum'),
dataIndex: 'serialNum',
align: 'center',
},
{
title: t('views.index.expiryDate'),
dataIndex: 'expiryDate',
align: 'center',
},
{
title: t('views.index.ipAddress'),