供应商退出、准入、 工作台
This commit is contained in:
@ -8,7 +8,6 @@ import OtherAttachmentsTab from './component/OtherAttachmentsTab';
|
||||
import ContactsInfoTab from './component/ContactsInfoTab';
|
||||
import BankInfoTab from './component/BankInfoTab';
|
||||
|
||||
import Supplier from '@/pages/supplier/register/supplier';
|
||||
|
||||
|
||||
const { TabPane } = Tabs;
|
||||
@ -21,7 +20,6 @@ const CompanyInfo: React.FC = () => {
|
||||
return (
|
||||
<Tabs activeKey={subTab} onChange={setSubTab}>
|
||||
<TabPane tab={intl.formatMessage({ id: 'page.workbench.base' })} key="base">
|
||||
{/* <Supplier /> */}
|
||||
<BaseInfoTab />
|
||||
</TabPane>
|
||||
<TabPane tab={intl.formatMessage({ id: 'page.workbench.qualification' })} key="qualification">
|
||||
|
Reference in New Issue
Block a user