Log currency 관련 API 호출 추가

components 정리에 따른 호출 위치 수정
excelExportButton에 functionName 추가
게임 로그조회 수정
This commit is contained in:
2025-06-12 14:16:26 +09:00
parent 6f9f0307ac
commit 38fa323db6
21 changed files with 171 additions and 458 deletions

View File

@@ -25,9 +25,9 @@ import {
import { INITIAL_PAGE_LIMIT, INITIAL_PAGE_SIZE, TYPE_MODIFY } from '../../assets/data/adminConstants';
import { useTranslation } from 'react-i18next';
import { CheckBox, DynamicModal, ExcelDownButton, Pagination, ViewTableInfo } from '../../components/common';
import LandInfoSearchBar, { useLandInfoSearch } from '../../components/ServiceManage/searchBar/LandInfoSearchBar';
import LandInfoSearchBar, { useLandInfoSearch } from '../../components/searchBar/LandInfoSearchBar';
import { TableSkeleton } from '../../components/Skeleton/TableSkeleton';
import OwnerChangeModal from '../../components/ServiceManage/modal/OwnerChangeModal';
import OwnerChangeModal from '../../components/modal/OwnerChangeModal';
import { opLandInfoStatusType } from '../../assets/data/options';
import { useAlert } from '../../context/AlertProvider';
import { alertTypes } from '../../assets/data/types';