项目类型调整

This commit is contained in:
Yjhon 2022-02-14 16:58:57 +08:00
parent 9ff9d1b1ee
commit 1ee8728efc
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: '人数', key: 'personNum', dataIndex: 'personNum', customRender: (text) => text + '人' },
{ title: '项目类型', dataIndex: 'projectType', key: 'projectType',customRender: (text, record, index) => { { title: '项目类型', dataIndex: 'trainWay', key: 'trainWay',customRender: (text, record, index) => {
// //
if (text == 1) { if (text == 1) {
return '必修课' return '必修课'