Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform-ui
Commits
7770e420
Commit
7770e420
authored
Oct 28, 2021
by
晓彤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新收货地址表述信息
parent
379af28f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
menu.json
src/views/layout/leftAside/menu.json
+1
-1
BindAddress.vue
src/views/yxm/BindAddress.vue
+3
-2
No files found.
src/views/layout/leftAside/menu.json
View file @
7770e420
...
...
@@ -160,7 +160,7 @@
},
{
"id"
:
6
,
"title"
:
"绑定收
获
地址"
,
"title"
:
"绑定收
货
地址"
,
"icon"
:
"iconfont icon-daohang"
,
"path"
:
"/yxm/bindAddress"
}
...
...
src/views/yxm/BindAddress.vue
View file @
7770e420
<
template
>
<div
style=
"margin-left:50px"
>
<el-form
ref=
"bindAddressRef"
:rules=
"rules"
:model=
"bindAddressForm"
label-width=
"90px"
>
<el-alert
:closable=
"false"
title=
"温馨提醒"
type=
"warning"
description=
"收货地址默认为:北京市海淀区海淀街道中国电子大厦B座;收货人:量化派"
/>
<el-form-item
label=
"环境名称:"
prop=
"namespace"
style=
"width:400px"
>
<el-select
v-model=
"bindAddressForm.namespace"
placeholder=
"请选择环境"
style=
"width:310px"
>
<el-option
v-for=
"item in namespaceList"
:key=
"item.name"
:label=
"item.name"
:value=
"item.name"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"版本号:"
prop=
"version"
style=
"width:400px"
>
<el-form-item
label=
"版本号:"
prop=
"version"
style=
"width:400px"
>
<el-input
v-model=
"bindAddressForm.version"
placeholder=
"请输入羊小咩版本号"
></el-input>
</el-form-item>
<el-form-item
label=
"手机号:"
prop=
"phoneNo"
style=
"width:400px"
>
<el-form-item
label=
"手机号:"
prop=
"phoneNo"
style=
"width:400px"
>
<el-input
v-model=
"bindAddressForm.phoneNo"
maxlength=
"11"
placeholder=
"请输入手机号"
></el-input>
</el-form-item>
</el-form>
...
...
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