dingxin пре 5 година
родитељ
комит
06376a7f1c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      src/pages/news/list/NewsList.jsx

+ 2
- 2
src/pages/news/list/NewsList.jsx Прегледај датотеку

253
             <BuildSelect />,
253
             <BuildSelect />,
254
           )}
254
           )}
255
         </Form.Item>
255
         </Form.Item>
256
-        {/* <Form.Item>
256
+        <Form.Item>
257
           {getFieldDecorator('title')(
257
           {getFieldDecorator('title')(
258
             <Input
258
             <Input
259
               prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
259
               prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
260
               placeholder="请输入标题"
260
               placeholder="请输入标题"
261
             />,
261
             />,
262
           )}
262
           )}
263
-        </Form.Item> */}
263
+        </Form.Item>
264
         <Form.Item>
264
         <Form.Item>
265
           {getFieldDecorator('newsTypeId')(
265
           {getFieldDecorator('newsTypeId')(
266
             <NewsTypeSelect />,
266
             <NewsTypeSelect />,