Browse Source

(*)数据源数据库用户名密码隐藏显示

master
peng.peng 1 year ago
parent
commit
c2e8f9df94
  1. 2
      web/client/src/sections/metadataAcquisition/components/steps/postgre/stepTwo.js

2
web/client/src/sections/metadataAcquisition/components/steps/postgre/stepTwo.js

@ -68,7 +68,7 @@ function StepTwo(props) {
key: 'value',
render: (text, record) => {
return <Input
// type={text == "password" ? "password" : ''}
type={(text == "password" || text == "user") ? "password" : ''}
disabled={!!editData}
defaultValue={stepTwoValues ? stepTwoValues[text] : ''}
onChange={(e) => {

Loading…
Cancel
Save