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