| | |
| | | width: '40%', |
| | | padding: '0 10px 0 15px', |
| | | overflow: 'auto', |
| | | }, |
| | | tableButton: { |
| | | width: '100%', |
| | | marginBottom: '10px', |
| | | fontWeight: 'bold', |
| | | letterSpacing: '1px', |
| | | } |
| | | } |
| | | }) |
| | |
| | | children: 'Disabled', |
| | | }, |
| | | { |
| | | key: '2', |
| | | key: '4', |
| | | label: intl.formatMessage({ id: 'map.loc.operation', defaultMessage: '库位操作' }), |
| | | children: <Button> submit</Button>, |
| | | children: ( |
| | | <> |
| | | <Button className={styles.tableButton} size='large' type="primary" danger> |
| | | <FormattedMessage id='map.loc.lock' defaultMessage='锁定' /> |
| | | </Button> |
| | | <Button className={styles.tableButton} size='large' disabled> |
| | | <FormattedMessage id='map.loc.unlock' defaultMessage='解锁' /> |
| | | </Button> |
| | | <Button className={styles.tableButton} size='large'> |
| | | <FormattedMessage id='map.loc.reset' defaultMessage='清除库位' /> |
| | | </Button> |
| | | </> |
| | | ) |
| | | }, |
| | | ] |
| | | } |