Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
17f4f1b8
authored
2025-07-28 13:38:45 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
注册
1 parent
9fc6790c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/viewsPc/register/components/utype3.vue
src/viewsPc/register/components/utype3.vue
View file @
17f4f1b
...
...
@@ -46,8 +46,8 @@
type=
"inside"
@
success=
"codeSuccess"
></Vcode>
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'协会':'Association'"
required
>
<el-select
v-model=
"form.associationCode"
filterable
:placeholder=
"language==0?'请选择':'Please select'"
>
<el-form-item
:label=
"language==0?'协会':'Association'"
>
<el-select
v-model=
"form.associationCode"
:placeholder=
"language==0?'请选择':'Please select'"
filterable
>
<el-option
v-for=
"item in associationList"
:key=
"item.code"
:label=
"language==0?item.nameCn:item.nameEn"
:value=
"item.code"
>
</el-option>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment