提交 fce0f28c 作者: 龚洪江

Merge branch 'develop' into v1.0.1

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