diff --git a/src/layouts/SecurityLayout.tsx b/src/layouts/SecurityLayout.tsx index 0828dd7..90557c9 100644 --- a/src/layouts/SecurityLayout.tsx +++ b/src/layouts/SecurityLayout.tsx @@ -24,7 +24,7 @@ class SecurityLayout extends React.Component = (props) => { title: '是否就业学历', dataIndex: 'isEducation', render(value, record, index) { - return value == 1 ? '是' : '' + return value == 1 ? '是' : '否' }, }, { @@ -290,7 +290,7 @@ const UpdateForm: React.FC = (props) => { title: '是否就业学历', dataIndex: 'isEducation', render(value, record, index) { - return value == 1 ? '是' : '' + return value == 1 ? '是' : '否' }, }, {