Merge branch 'hotfix/v2-1114'
This commit is contained in:
commit
676a90bd51
|
|
@ -102,7 +102,7 @@ export default class baseFormModal extends React.Component {
|
|||
>保存</Button>
|
||||
]}
|
||||
>
|
||||
<Row style={{ lineHeight: "40px" }}>
|
||||
<Row className="formItem">
|
||||
<Col span={8}>薪酬所属月</Col>
|
||||
<Col span={16}>
|
||||
<WeaError
|
||||
|
|
@ -126,7 +126,7 @@ export default class baseFormModal extends React.Component {
|
|||
</Col>
|
||||
</Row>
|
||||
|
||||
<Row style={{ lineHeight: "40px" }} className="formItem">
|
||||
<Row className="formItem">
|
||||
<Col span={8}>核算账套</Col>
|
||||
<Col span={16}>
|
||||
{
|
||||
|
|
@ -149,7 +149,7 @@ export default class baseFormModal extends React.Component {
|
|||
</Col>
|
||||
</Row>
|
||||
|
||||
<Row style={{ lineHeight: "40px" }}>
|
||||
<Row className="formItem">
|
||||
<Col span={8}>备注</Col>
|
||||
<Col span={16}>
|
||||
<WeaInput value={description} onChange={(value) => this.setState({ description: value })}/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue