部分功能迭代

This commit is contained in:
2025-12-21 16:49:37 +08:00
parent b5262fc13a
commit 2454e6d23a
11 changed files with 641 additions and 29 deletions

View File

@@ -152,7 +152,7 @@ export const UserTaskPage: React.FC = () => {
)
},
{
title: '操作',
title: <div style={{ textAlign: 'center' }}></div>,
key: 'action',
render: (record: ExamTask) => {
const now = new Date();