项目类型调整

This commit is contained in:
Yjhon 2022-02-14 17:32:16 +08:00
parent 1ee8728efc
commit 59eda9b8e5
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default {
},
},
{ 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) {
return '必修课'