Commit c88b8e03 by zhaochengxiang

冲突详情

parent 03c11ccb
......@@ -107,7 +107,6 @@ const FC = ({ visible, item, onCancel }) => {
<BranchModelSync
title='冲突详情'
{...branchModelSyncParams}
readonly={true}
onCancel={(refresh) => {
setBranchModelSyncParams({
visible: false,
......
......@@ -207,7 +207,7 @@ const Basic = React.forwardRef(function ({}, ref) {
style={{ marginBottom }}
rules={[{ required: true, message: '请填写送审说明!' }]}
>
<Input.TextArea rows={4} maxLength={65} placeholder='请输入送审说明(最多能填写65个字数)' />
<Input.TextArea rows={4} maxLength={500} placeholder='请输入送审说明(最多能填写500个字数)' />
</Form.Item>
</Col>
</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