hotfix/2.9.42309.01-个税

This commit is contained in:
黎永顺 2023-10-24 08:42:07 +08:00
parent d61fccaf43
commit 9e7e142296
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Index extends Component {
const { declareStore: { declareForm } } = this.props; const { declareStore: { declareForm } } = this.props;
return ( return (
<WeaDialog <WeaDialog
{...this.props} style={{ width: 500 }} initLoadCss {...this.props} style={{ width: 500, height: 174 }} initLoadCss
buttons={[ buttons={[
<Button type="primary" onClick={this.save} loading={loading}>{getLabel(543618, "生成申报表")}</Button> <Button type="primary" onClick={this.save} loading={loading}>{getLabel(543618, "生成申报表")}</Button>
]} ]}