项目类型调整
This commit is contained in:
parent
1ee8728efc
commit
59eda9b8e5
|
@ -92,7 +92,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ title: '人数', key: 'personNum', dataIndex: 'personNum', customRender: (text) => text + '人' },
|
{ title: '人数', key: 'personNum', dataIndex: 'personNum', customRender: (text) => text + '人' },
|
||||||
{ title: '项目类型', dataIndex: 'trainWay', key: 'trainWay',customRender: (text, record, index) => {
|
{ title: '项目类型', dataIndex: 'trainType', key: 'trainType',customRender: (text, record, index) => {
|
||||||
//项目类型
|
//项目类型
|
||||||
if (text == 1) {
|
if (text == 1) {
|
||||||
return '必修课'
|
return '必修课'
|
||||||
|
|
Loading…
Reference in New Issue