Commit c88b8e03 by zhaochengxiang

冲突详情

parent 03c11ccb
...@@ -107,7 +107,6 @@ const FC = ({ visible, item, onCancel }) => { ...@@ -107,7 +107,6 @@ const FC = ({ visible, item, onCancel }) => {
<BranchModelSync <BranchModelSync
title='冲突详情' title='冲突详情'
{...branchModelSyncParams} {...branchModelSyncParams}
readonly={true}
onCancel={(refresh) => { onCancel={(refresh) => {
setBranchModelSyncParams({ setBranchModelSyncParams({
visible: false, visible: false,
......
...@@ -207,7 +207,7 @@ const Basic = React.forwardRef(function ({}, ref) { ...@@ -207,7 +207,7 @@ const Basic = React.forwardRef(function ({}, ref) {
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ required: true, message: '请填写送审说明!' }]} rules={[{ required: true, message: '请填写送审说明!' }]}
> >
<Input.TextArea rows={4} maxLength={65} placeholder='请输入送审说明(最多能填写65个字数)' /> <Input.TextArea rows={4} maxLength={500} placeholder='请输入送审说明(最多能填写500个字数)' />
</Form.Item> </Form.Item>
</Col> </Col>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment