- 빌링 결제신청(권한체크 'X' -> 'W')

- 에스크로 메일 재발송 버튼 활성화 조건 추가 , 권한체크 'X'-> 'W'
- 다국어 누락 부분 추가
This commit is contained in:
HyeonJongKim
2025-11-17 13:45:29 +09:00
parent a93cd44fd4
commit 5e2c276e74
8 changed files with 62 additions and 47 deletions

View File

@@ -171,7 +171,7 @@ export const BillingListPage = () => {
setRequestStatus(val);
};
const onClickToNavigate = () => {
if(checkGrant(menuId, 'X')){
if(checkGrant(menuId, 'W')){
navigate(PATHS.transaction.billing.charge);
}
else{