Bläddra i källkod

资讯列表标题

dingxin 5 år sedan
förälder
incheckning
06376a7f1c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/pages/news/list/NewsList.jsx

+ 2
- 2
src/pages/news/list/NewsList.jsx Visa fil

@@ -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 />,