浏览代码

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


正在加载...
取消
保存