This commit is contained in:
2024-06-13 19:41:57 +08:00
parent b8df6f3403
commit b6f56fe5d8
31 changed files with 691 additions and 273 deletions

View File

@@ -0,0 +1,18 @@
export default [
{
title: "测试类型",
dataIndex: "name",
ellipsis: true,
align: "center"
},
{
title: "测试项数量",
dataIndex: "demand_count",
align: "center"
},
{
title: "用例数量",
dataIndex: "case_count",
align: "center"
}
]