skyouc
2025-03-22 e6af1100ab9b98b142ce2e0b158f5416f499628b
rsf-admin/src/page/asnOrder/AsnOrderModal.jsx
@@ -216,7 +216,7 @@
                <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}>
                    <Toolbar sx={{ width: '100%', justifyContent: 'space-between' }}  >
                        <Button onClick={handleSubmit} variant="contained" startIcon={<SaveIcon />}>
                            确认
                            {translate('toolbar.confirm')}
                        </Button>
                    </Toolbar>
                </DialogActions>