- 이름,이메일,계좌번호 등 마스킹정책 적용

- 권한 체크 오 기입 수정
- 다국어 누락 부분 수정
This commit is contained in:
HyeonJongKim
2025-11-17 19:14:56 +09:00
parent fd5333e4a2
commit 4e1baffb13
13 changed files with 400 additions and 67 deletions

View File

@@ -247,7 +247,7 @@ export const CashReceiptListPage = () => {
setTransactionType(val);
};
const onClickToNavigate = () => {
if(checkGrant(menuId, 'X')){
if(checkGrant(menuId, 'W')){
navigate(PATHS.transaction.cashReceipt.handWrittenIssuance);
}
else{