소스 검색

update label

CR013B2
Jason Chuang 1 개월 전
부모
커밋
48c8eb9c57
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/pages/GFMIS/SearchForm.js
  2. +1
    -1
      src/pages/Payment/Search_GLD/SearchForm.js

+ 1
- 1
src/pages/GFMIS/SearchForm.js 파일 보기

@@ -187,7 +187,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria, onGr
}}
renderInput={(params) => (
<TextField {...params}
label="Payment Means"
label="Payment Method"
/>
)}
InputLabelProps={{


+ 1
- 1
src/pages/Payment/Search_GLD/SearchForm.js 파일 보기

@@ -245,7 +245,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria, onGridReady }) =>
}}
renderInput={(params) => (
<TextField {...params}
label="Payment Means"
label="Payment Method"
/>
)}
InputLabelProps={{


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