mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
开课列表字段顺序
This commit is contained in:
@@ -2979,29 +2979,7 @@ const columns6 = [
|
|||||||
return index + 1 + pageNum;
|
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: "课程名称",
|
title: "课程名称",
|
||||||
dataIndex: "organization",
|
dataIndex: "organization",
|
||||||
key: "organization",
|
key: "organization",
|
||||||
@@ -3012,7 +2990,7 @@ const columns6 = [
|
|||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "场地",
|
title: "场地",
|
||||||
dataIndex: "address",
|
dataIndex: "address",
|
||||||
key: "saddress",
|
key: "saddress",
|
||||||
@@ -3023,6 +3001,21 @@ const columns6 = [
|
|||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "教师名称",
|
||||||
|
dataIndex: "teacher",
|
||||||
|
key: "teacher",
|
||||||
|
width: "10%",
|
||||||
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
|
customRender: ({ text }) => {
|
||||||
|
return text ? text : "-";
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
title: "开始时间",
|
title: "开始时间",
|
||||||
dataIndex: "starttime",
|
dataIndex: "starttime",
|
||||||
@@ -3046,6 +3039,17 @@ const columns6 = [
|
|||||||
// return text ? getdateToTime(text * 1000) : "-";
|
// return text ? getdateToTime(text * 1000) : "-";
|
||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "创建人",
|
||||||
|
dataIndex: "createName",
|
||||||
|
key: "createName",
|
||||||
|
width: "10%",
|
||||||
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
|
customRender: ({ text }) => {
|
||||||
|
return text ? text : "-";
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
|
|||||||
Reference in New Issue
Block a user