Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
b61230d3
authored
2025-06-03 16:46:17 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
团体类型国家协会
1 parent
13d49825
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/viewsPc/center/teamInfo.vue
src/viewsPc/register/team/step2.vue
src/viewsPc/center/teamInfo.vue
View file @
b61230d
This diff is collapsed.
Click to expand it.
src/viewsPc/register/team/step2.vue
View file @
b61230d
...
...
@@ -47,7 +47,7 @@
<el-form-item
:label=
"language==0?'代表国家/地区':'Representing'"
prop=
"countryId"
required
>
<el-select
v-model=
"form.countryId"
:disabled=
"language==0&&form.is=='0'"
filterable
>
<!--
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"language==0?item.name:item.enName"
:value=
"item.id"
/>
-->
<el-option
v-for=
"
item in countryList"
:key=
"item.id
"
:label=
"item.noc||item.enName"
:value=
"item.id"
/>
<el-option
v-for=
"
(item,inx) in countryList"
:key=
"inx
"
:label=
"item.noc||item.enName"
:value=
"item.id"
/>
</el-select>
</el-form-item>
<el-form-item
:label=
"language==0?'详细地址':'Address'"
:required=
"form.is=='0'"
prop=
"address"
>
...
...
@@ -67,7 +67,8 @@
<el-option
:label=
"language==0?'培训机构/俱乐部':'Company/Club'"
value=
"2"
/>
<el-option
:label=
"language==0?'地方协会':'Local Association'"
value=
"3"
/>
<el-option
:disabled=
"form.is=='0'"
:hidden=
"userStore.group.id"
v-show=
"group&&group.type==4"
:disabled=
"form.is=='0'"
:label=
"language==0?'国家协会':'National Association'"
value=
"4"
/>
</el-select>
...
...
@@ -146,7 +147,7 @@
<
script
setup
>
import
{
getCurrentInstance
}
from
'@vue/runtime-core'
import
{
onMounted
,
toRefs
,
reactive
}
from
'vue'
import
{
onMounted
,
toRefs
,
reactive
,
ref
}
from
'vue'
import
*
as
match
from
'@/apiPc/match'
import
{
ElMessage
}
from
'element-plus'
import
{
setToken
}
from
'@/utils/auth'
...
...
@@ -162,6 +163,8 @@ const emit = defineEmits(['submit', 'prev'])
const
language
=
useStorage
(
'language'
,
0
)
const
userStore
=
useUserStore
()
const
user
=
useUserStore
().
user
const
group
=
useUserStore
().
group
||
{}
console
.
log
(
group
)
const
props
=
defineProps
({
accont
:
{
type
:
String
,
...
...
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