Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
c88b8e03
Commit
c88b8e03
authored
Aug 06, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冲突详情
parent
03c11ccb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
model-fork-detail.jsx
src/view/Manage/Model/Component/model-fork-detail.jsx
+0
-1
start-flow.jsx
src/view/Manage/Model/Component/start-flow.jsx
+1
-1
No files found.
src/view/Manage/Model/Component/model-fork-detail.jsx
View file @
c88b8e03
...
...
@@ -107,7 +107,6 @@ const FC = ({ visible, item, onCancel }) => {
<
BranchModelSync
title=
'冲突详情'
{
...
branchModelSyncParams
}
readonly=
{
true
}
onCancel=
{
(
refresh
)
=>
{
setBranchModelSyncParams
({
visible
:
false
,
...
...
src/view/Manage/Model/Component/start-flow.jsx
View file @
c88b8e03
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment