fix: api test

This commit is contained in:
jialin
2026-05-11 19:49:21 +08:00
committed by jialin
parent fc900c8ce6
commit 4128de61f9
29 changed files with 687 additions and 380 deletions
@@ -54,8 +54,8 @@ const useStorageColumns = ({
},
{
title: '创建时间',
dataIndex: 'created_at',
key: 'created_at',
dataIndex: ['metadata', 'creationTimestamp'],
key: 'creationTimestamp',
sorter: tableSorter(5),
ellipsis: {
showTitle: false