修改bug
This commit is contained in:
parent
f2b1cfaddd
commit
b05a902649
|
@ -34,6 +34,11 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'col06'
|
dataIndex: 'col06'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '任教专业',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'col56'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '授课时间',
|
title: '授课时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
@ -69,6 +74,11 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'col13'
|
dataIndex: 'col13'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '任教专业',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'col57'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '听课评价结果(5分制)',
|
title: '听课评价结果(5分制)',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
Loading…
Reference in New Issue