|
@@ -81,9 +81,9 @@ const ChannelForm = React.forwardRef((props, ref) => {
|
81
|
81
|
{getFieldDecorator('remark', {})(<Input.TextArea row={4} />)}
|
82
|
82
|
</Form.Item>
|
83
|
83
|
<Form.Item label=" " colon={false} style={{marginTop: '2em'}}>
|
84
|
|
- {!isPublish&& <AuthButton name="building.channel.save">
|
|
84
|
+ <AuthButton name="building.channel.save">
|
85
|
85
|
<Button style={{marginLeft: '4em'}} loading={loading} type="primary" htmlType="submit">保存</Button>
|
86
|
|
- </AuthButton>}
|
|
86
|
+ </AuthButton>
|
87
|
87
|
{/* <Button style={{marginLeft: '2em'}} onClick={props.onCancel}>取消</Button> */}
|
88
|
88
|
</Form.Item>
|
89
|
89
|
</Form>
|