|
@@ -72,7 +72,7 @@ export default (props) => {
|
72
|
72
|
<Input placeholder="请输入" style={{ width: '350px' }} />
|
73
|
73
|
</FormItem>
|
74
|
74
|
<FormItem
|
75
|
|
- label="资讯分类"
|
|
75
|
+ label="分类"
|
76
|
76
|
name="typeId"
|
77
|
77
|
rules={[{ required: true, message: '请选择' }]}
|
78
|
78
|
>
|
|
@@ -97,7 +97,7 @@ export default (props) => {
|
97
|
97
|
</Select>
|
98
|
98
|
</FormItem>
|
99
|
99
|
{id && (
|
100
|
|
- <FormItem label="详细信息" colon={false}>
|
|
100
|
+ <FormItem label="详情" colon={false}>
|
101
|
101
|
<ExtendContent targetType="news" targetId={id} onCancel={() => history.goBack()} />
|
102
|
102
|
</FormItem>
|
103
|
103
|
)}
|