Merge branch 'hotfix/v2-1114'

This commit is contained in:
黎永顺 2022-11-21 09:24:00 +08:00
commit 676a90bd51
1 changed files with 3 additions and 3 deletions

View File

@ -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 })}/>