提交 fce0f28c 作者: 龚洪江

Merge branch 'develop' into v1.0.1

...@@ -26,6 +26,7 @@ type flyerItemType = { ...@@ -26,6 +26,7 @@ type flyerItemType = {
userAccountId: number; userAccountId: number;
userName: number; userName: number;
yearsOfWorking: number; yearsOfWorking: number;
reason: string;
}; };
export type backListPilotType = InterItemFunction< export type backListPilotType = InterItemFunction<
{ {
......
...@@ -87,6 +87,11 @@ const FlyerDetail = () => { ...@@ -87,6 +87,11 @@ const FlyerDetail = () => {
: '未通过' : '未通过'
} }
/> />
{flyerDetail?.auditStatus === 2 ? (
<span style={{ color: 'red' }}>({flyerDetail?.reason})</span>
) : (
''
)}
</Descriptions.Item> </Descriptions.Item>
<Descriptions.Item label='个人简介'> <Descriptions.Item label='个人简介'>
{flyerDetail?.individualResume} {flyerDetail?.individualResume}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论