dingxin 5 лет назад
Родитель
Сommit
06376a7f1c
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      src/pages/news/list/NewsList.jsx

+ 2
- 2
src/pages/news/list/NewsList.jsx Просмотреть файл

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