Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
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
Administrator
bkunyun
Commits
894a8ac2
Commit
894a8ac2
authored
Nov 02, 2022
by
wuyongsheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 版本提示修改
parent
cd5c61b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.tsx
...sources/WorkflowOperator/components/AddOperator/index.tsx
+4
-3
utils.ts
...esources/WorkflowOperator/components/AddOperator/utils.ts
+1
-1
No files found.
src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/index.tsx
View file @
894a8ac2
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生 15770852798@163.com
* @Date: 2022-10-18 16:12:55
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-11-02 1
1:28:45
* @LastEditTime: 2022-11-02 1
3:51:50
* @FilePath: /bkunyun/src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -278,7 +278,7 @@ const AddOperator = observer((props: IAddOperator) => {
const resultErrors = checkFormData(
formData,
batchBuildType,
detail
Info?.m
axVersion || "0.99.99"
detail
sM
axVersion || "0.99.99"
);
const paramsResultError = paramsConfigBlur();
setFormErrors(resultErrors);
...
...
@@ -428,7 +428,8 @@ const AddOperator = observer((props: IAddOperator) => {
label="算子版本"
labelClassName={style.labelClassName}
className={classNames({
[style.operatorFormItem]: !detailsMaxVersion,
[style.operatorFormItem]:
!detailsMaxVersion || formErrors?.version,
})}
itemFlex="column"
errorMessage={formErrors?.version || ""}
...
...
src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/utils.ts
View file @
894a8ac2
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生 15770852798@163.com
* @Date: 2022-10-20 17:36:14
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-11-0
1 15:11:29
* @LastEditTime: 2022-11-0
2 13:51:42
* @FilePath: /bkunyun/src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/utils.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
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