| | |
| | | <div className="card-add" onClick={add}> |
| | | <Icon type="plus" /> |
| | | </div> |
| | | <Button type="primary" onClick={thawmenu}>{dict['header.thawmenu']}</Button> |
| | | <Button type="primary" onClick={confirm}>{dict['header.confirm']}</Button> |
| | | <Button onClick={cancel}>{dict['header.close']}</Button> |
| | | <Button type="primary" onClick={thawmenu}>{dict['model.thaw'] + dict['model.menu']}</Button> |
| | | <Button type="primary" onClick={confirm}>{dict['model.confirm']}</Button> |
| | | <Button onClick={cancel}>{dict['model.close']}</Button> |
| | | </div> |
| | | </div> |
| | | ) |