fix: warn

This commit is contained in:
xingyu4j
2025-10-17 18:17:01 +08:00
parent 23537b9f74
commit b23581ba3b
4 changed files with 31 additions and 20 deletions

View File

@@ -188,4 +188,4 @@ export function useFollowUpDetailSchema(): DescriptionItemSchema[] {
content: (data) => formatDateTime(data?.updateTime) as string,
},
];
}
}