瀏覽代碼

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={{


Loading…
取消
儲存