|
@@ -55,7 +55,7 @@ const BaseView = () => {
|
|
|
}, [])
|
|
}, [])
|
|
|
const avatar =
|
|
const avatar =
|
|
|
(isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
|
|
(isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
|
|
|
- (staff?.avatar2 ? staff?.avatar2 : '/global/img/avtra_2.jpg')
|
|
|
|
|
|
|
+ (staff?.avatar ? staff?.avatar : '/resource/avatar/avtra_2.jpg')
|
|
|
return (
|
|
return (
|
|
|
<Tabs defaultActiveKey="1">
|
|
<Tabs defaultActiveKey="1">
|
|
|
<TabPane tab="基本信息" key="1">
|
|
<TabPane tab="基本信息" key="1">
|
|
@@ -76,8 +76,7 @@ const BaseView = () => {
|
|
|
submitButtonProps: {
|
|
submitButtonProps: {
|
|
|
className: 'ml-120px'
|
|
className: 'ml-120px'
|
|
|
}
|
|
}
|
|
|
- }}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ }}>
|
|
|
<ProFormText name="avatar" hidden />
|
|
<ProFormText name="avatar" hidden />
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col span={24} xl={12}>
|
|
<Col span={24} xl={12}>
|
|
@@ -248,8 +247,7 @@ const BaseView = () => {
|
|
|
className: 'ml-150px'
|
|
className: 'ml-150px'
|
|
|
}
|
|
}
|
|
|
}}
|
|
}}
|
|
|
- initialValues={{ ...staff }}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ initialValues={{ ...staff }}>
|
|
|
{/* <ProFormGroup title="报销收款帐号"> */}
|
|
{/* <ProFormGroup title="报销收款帐号"> */}
|
|
|
<h4 className="mb-4 font-bold">报销收款帐号</h4>
|
|
<h4 className="mb-4 font-bold">报销收款帐号</h4>
|
|
|
<Row>
|
|
<Row>
|