feat:修改随机分组等

This commit is contained in:
lixg
2023-02-14 15:40:17 +08:00
parent 1c69724d3f
commit d2bb0fabfc
4 changed files with 135 additions and 84 deletions

View File

@@ -261,22 +261,22 @@ export default {
align: "center",
className: "h",
},
// {
// title: "岗位",
// dataIndex: "gangw",
// key: "gangw",
// width: 60,
// align: "center",
// className: "h",
// },
// {
// title: "进度",
// dataIndex: "progress",
// key: "progress",
// width: 60,
// align: "center",
// className: "h",
// },
{
title: "岗位",
dataIndex: "gangw",
key: "gangw",
width: 60,
align: "center",
className: "h",
},
{
title: "进度",
dataIndex: "progress",
key: "progress",
width: 60,
align: "center",
className: "h",
},
{
title: "操作",
dataIndex: "operations",