소스 검색

no message

master
부모
커밋
08a382863f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/pages/lionerUserActionLog/UserActionLogSearchForm.js
  2. +1
    -1
      src/pages/lionerUserActionLog/index.js

+ 1
- 1
src/pages/lionerUserActionLog/UserActionLogSearchForm.js 파일 보기

@@ -43,7 +43,7 @@ const UserActionLogSearchForm = ({applySearch}) => {
const onSubmit = (data) => {
const temp = {
username: data.username,
ipAddr: data.ipAddr,
actionDesc: data.actionDesc,
fromDate: fromDate === null ? null : dayjs(fromDate).format('YYYY-MM-DD'),
toDate: toDate === null ? null : dayjs(toDate).format('YYYY-MM-DD'),
}


+ 1
- 1
src/pages/lionerUserActionLog/index.js 파일 보기

@@ -65,7 +65,7 @@ const UserActionLogSearchPanel = () => {
<Grid container justifyContent="flex-start" alignItems="center">
<Grid item xs={3} sx={{mb: -2.25}} >
<Box sx={{ display: 'flex', alignItems: 'center'}}>
<Typography align="center" variant="h4" >Login Log</Typography>
<Typography align="center" variant="h4" >Action Log</Typography>
</Box>
</Grid>
</Grid>


불러오는 중...
취소
저장