2023年6月29日 修复问题
This commit is contained in:
parent
4396c17b51
commit
df7c65b251
|
@ -15,7 +15,6 @@ export const columns = <JVxeColumn[]>([
|
||||||
{
|
{
|
||||||
title: '课程名称',
|
title: '课程名称',
|
||||||
align: "left",
|
align: "left",
|
||||||
width: '100px',
|
|
||||||
key: 'kcmc'
|
key: 'kcmc'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -14,6 +14,11 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'skjs'
|
dataIndex: 'skjs'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '上课日期',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'skrq'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '上课时间',
|
title: '上课时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
Loading…
Reference in New Issue