个人与集团供应商
This commit is contained in:
@ -43,7 +43,7 @@ const CompanyInfo: React.FC<CompanyInfoProps> = (props) => {
|
||||
<TabPane tab={intl.formatMessage({ id: 'page.workbench.base' })} key="pe">
|
||||
<PeBaseInfoTab viewType={viewType} record={record} />
|
||||
</TabPane>
|
||||
) : (
|
||||
) : subTab ?(
|
||||
<>
|
||||
<TabPane tab={intl.formatMessage({ id: 'page.workbench.base' })} key="base">
|
||||
<BaseInfoTab viewType={viewType} record={record} />
|
||||
@ -64,6 +64,8 @@ const CompanyInfo: React.FC<CompanyInfoProps> = (props) => {
|
||||
<ContactsInfoTab viewType={viewType} record={record} />
|
||||
</TabPane>
|
||||
</>
|
||||
):(
|
||||
<div></div>
|
||||
)}
|
||||
|
||||
</Tabs>
|
||||
|
Reference in New Issue
Block a user