dingxin 5 лет назад
Родитель
Сommit
21f08b3a6f
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      src/pages/building/list/index.jsx

+ 0
- 1
src/pages/building/list/index.jsx Просмотреть файл

245
           {getFieldDecorator('name')(
245
           {getFieldDecorator('name')(
246
             <Input
246
             <Input
247
               prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
247
               prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
248
-              type="password"
249
               placeholder="楼盘名称"
248
               placeholder="楼盘名称"
250
             />,
249
             />,
251
           )}
250
           )}