开课列表字段顺序

This commit is contained in:
zhangyc
2022-12-09 08:50:48 +08:00
parent 7f1c26f37d
commit 6b6fce5ebf

View File

@@ -2979,29 +2979,7 @@ const columns6 = [
return index + 1 + pageNum;
},
},
{
title: "创建人",
dataIndex: "createName",
key: "createName",
width: "10%",
align: "center",
ellipsis: true,
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "教师名称",
dataIndex: "teacher",
key: "teacher",
width: "10%",
align: "center",
ellipsis: true,
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
{
title: "课程名称",
dataIndex: "organization",
key: "organization",
@@ -3012,7 +2990,7 @@ const columns6 = [
return text ? text : "-";
},
},
{
{
title: "场地",
dataIndex: "address",
key: "saddress",
@@ -3023,6 +3001,21 @@ const columns6 = [
return text ? text : "-";
},
},
{
title: "教师名称",
dataIndex: "teacher",
key: "teacher",
width: "10%",
align: "center",
ellipsis: true,
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "开始时间",
dataIndex: "starttime",
@@ -3046,6 +3039,17 @@ const columns6 = [
// return text ? getdateToTime(text * 1000) : "-";
return text ? text : "-";
},
},
{
title: "创建人",
dataIndex: "createName",
key: "createName",
width: "10%",
align: "center",
ellipsis: true,
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "操作",