mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:增加面授表格字段
This commit is contained in:
@@ -2549,44 +2549,65 @@ const columns2 = [
|
|||||||
title: "姓名",
|
title: "姓名",
|
||||||
dataIndex: "projectName",
|
dataIndex: "projectName",
|
||||||
key: "projectName",
|
key: "projectName",
|
||||||
width: "16%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "工号",
|
title: "工号",
|
||||||
dataIndex: "numb",
|
dataIndex: "numb",
|
||||||
key: "numb",
|
key: "numb",
|
||||||
width: "16%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "报名时间",
|
title: "开课名称",
|
||||||
|
dataIndex: "cname",
|
||||||
|
key: "cname",
|
||||||
|
width: "12%",
|
||||||
|
align: "center",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "地点",
|
||||||
|
dataIndex: "address",
|
||||||
|
key: "address",
|
||||||
|
width: "12%",
|
||||||
|
align: "center",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "数据来源",
|
||||||
|
dataIndex: "source",
|
||||||
|
key: "source",
|
||||||
|
width: "12%",
|
||||||
|
align: "center",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "学习时间",
|
||||||
dataIndex: "applytime",
|
dataIndex: "applytime",
|
||||||
key: "applytime",
|
key: "applytime",
|
||||||
width: "16%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "签到时间",
|
title: "签到时间",
|
||||||
dataIndex: "signtime",
|
dataIndex: "signtime",
|
||||||
key: "signtime",
|
key: "signtime",
|
||||||
width: "16%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "状态",
|
title: "状态",
|
||||||
dataIndex: "status",
|
dataIndex: "status",
|
||||||
key: "status",
|
key: "status",
|
||||||
width: "16%",
|
width: "12%",
|
||||||
align: "center",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "操作",
|
|
||||||
dataIndex: "opacation",
|
|
||||||
key: "opacation",
|
|
||||||
width: "16%",
|
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: "操作",
|
||||||
|
// dataIndex: "opacation",
|
||||||
|
// key: "opacation",
|
||||||
|
// width: "14%",
|
||||||
|
// align: "center",
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
//管理查看详情
|
//管理查看详情
|
||||||
const columns4 = [
|
const columns4 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user