fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-06 18:50:35 +08:00
parent f791327dd6
commit 5a02b8269c

View File

@@ -75,11 +75,6 @@ const columns: DataTableColumn<ProblemSetList>[] = [
return h(NTag, { type: config.type }, { default: () => config.text })
},
},
{
title: "题目数量",
key: "problems_count",
width: 100,
},
{
title: "创建时间",
key: "create_time",