Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
4f422b17
Commit
4f422b17
authored
Jul 30, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用构建版本号改为版本数
parent
09d4c7e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/pages/workbench/app_build.vue
src/pages/workbench/app_build.vue
+4
-4
No files found.
src/pages/workbench/app_build.vue
View file @
4f422b17
...
...
@@ -203,10 +203,10 @@
placeholder=
"请输入镜像名称"
></el-input>
</el-form-item>
<el-form-item
label=
"版本
号
:"
prop=
"tag"
>
<el-form-item
label=
"版本
数
:"
prop=
"tag"
>
<el-input
v-model=
"image_info.tag"
placeholder=
"请输入版本
号
"
placeholder=
"请输入版本
数
"
></el-input>
</el-form-item>
<el-form-item
...
...
@@ -396,7 +396,7 @@ export default {
},
image_rules
:
{
image_name
:
[{
validator
:
image_name_pass
,
trigger
:
"
blur
"
}],
tag
:
[{
required
:
true
,
message
:
"
请输入版本
号
"
,
trigger
:
"
blur
"
}],
tag
:
[{
required
:
true
,
message
:
"
请输入版本
数
"
,
trigger
:
"
blur
"
}],
file
:
[
{
required
:
true
,
message
:
"
请选择镜像文件
"
,
trigger
:
"
change
"
},
],
...
...
@@ -677,7 +677,7 @@ export default {
callback
:
this
.
showImageDetail
,
},
{
label
:
"
版本
号
"
,
label
:
"
版本
数
"
,
prop
:
"
tag
"
,
align
:
"
center
"
,
},
...
...
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