소스 검색

payment suspension cannot change payment means

CR013B2
Jason Chuang 17 시간 전
부모
커밋
2ca380f2dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js 파일 보기

@@ -750,7 +750,7 @@ const ApplicationDetailCard = (
</Typography>
</FormControl>
</Grid>
{currentApplicationDetailData.paymentMethod!=null && checkPaymentSuspension()?
{currentApplicationDetailData.paymentMethod!=null && !checkPaymentSuspension()?
<Grid item md={3} lg={3}>
<Button
size="small"


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