mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
讲师管理bug
This commit is contained in:
@@ -176,20 +176,28 @@ const columns = [
|
|||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
key: 'name',
|
key: 'name',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width:120,
|
width:100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '讲师工号',
|
title: '讲师工号',
|
||||||
dataIndex: 'userNo',
|
dataIndex: 'userNo',
|
||||||
key: 'userNo',
|
key: 'userNo',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width:120
|
width:100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '课程名称',
|
||||||
|
dataIndex: 'courseName',
|
||||||
|
key: 'courseName',
|
||||||
|
align: 'left',
|
||||||
|
width:160,
|
||||||
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '所属组织',
|
title: '所属组织',
|
||||||
dataIndex: 'orgName',
|
dataIndex: 'orgName',
|
||||||
key: 'orgName',
|
key: 'orgName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width:100,
|
width:100,
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
@@ -199,7 +207,7 @@ const columns = [
|
|||||||
title: '讲师体系',
|
title: '讲师体系',
|
||||||
dataIndex: 'tsystemName',
|
dataIndex: 'tsystemName',
|
||||||
key: 'tsystemName',
|
key: 'tsystemName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
width:100,
|
width:100,
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
},
|
},
|
||||||
@@ -247,14 +255,6 @@ const columns = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '课程名称',
|
|
||||||
dataIndex: 'courseName',
|
|
||||||
key: 'courseName',
|
|
||||||
align: 'center',
|
|
||||||
width:100,
|
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '授课/开发课程日期',
|
title: '授课/开发课程日期',
|
||||||
dataIndex: 'teachingDate',
|
dataIndex: 'teachingDate',
|
||||||
|
|||||||
@@ -286,20 +286,28 @@ const columns = [
|
|||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
key: 'name',
|
key: 'name',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width:120,
|
width:100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '讲师工号',
|
title: '讲师工号',
|
||||||
dataIndex: 'userNo',
|
dataIndex: 'userNo',
|
||||||
key: 'userNo',
|
key: 'userNo',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width:120,
|
width:100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '课程名称',
|
||||||
|
dataIndex: 'courseName',
|
||||||
|
key: 'courseName',
|
||||||
|
align: 'left',
|
||||||
|
width:160,
|
||||||
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '所属组织',
|
title: '所属组织',
|
||||||
dataIndex: 'orgName',
|
dataIndex: 'orgName',
|
||||||
key: 'orgName',
|
key: 'orgName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width:100,
|
width:100,
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
@@ -309,7 +317,7 @@ const columns = [
|
|||||||
title: '讲师体系',
|
title: '讲师体系',
|
||||||
dataIndex: 'tsystemName',
|
dataIndex: 'tsystemName',
|
||||||
key: 'tsystemName',
|
key: 'tsystemName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
width:100,
|
width:100,
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||||
},
|
},
|
||||||
@@ -357,14 +365,6 @@ const columns = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '课程名称',
|
|
||||||
dataIndex: 'courseName',
|
|
||||||
key: 'courseName',
|
|
||||||
align: 'center',
|
|
||||||
width:100,
|
|
||||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '授课/开发课程日期',
|
title: '授课/开发课程日期',
|
||||||
dataIndex: 'teachingDate',
|
dataIndex: 'teachingDate',
|
||||||
|
|||||||
Reference in New Issue
Block a user