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
0aeb9ab5
authored
2024-06-24 09:50:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
是否国家的去除默认值
1 parent
83accaa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/viewsPc/match/chooseProject.vue
src/viewsPc/register/team/step2.vue
src/viewsPc/match/chooseProject.vue
View file @
0aeb9ab
...
...
@@ -49,7 +49,7 @@
<el-col
:lg=
"18"
>
<div
class=
"panel border"
>
<div
class=
"panel-header "
>
<h3
class=
"panel-title"
v-if=
"language==0"
>
可参与报名的项目
<span>
已报项目在下方查看
</span></h3>
<h3
class=
"panel-title"
v-if=
"language==0"
>
可参与报名的项目
<span
v-if=
"signInfoList.length>0"
>
已报项目在下方查看
</span></h3>
<h3
class=
"panel-title"
v-else
>
Search Events
</h3>
<div
class=
"fr"
>
<el-input
size=
"small"
v-model=
"projectQuery.name"
:prefix-icon=
"Search"
@
change=
"getProjectList"
...
...
src/viewsPc/register/team/step2.vue
View file @
0aeb9ab
...
...
@@ -145,7 +145,7 @@ const props = defineProps({
})
const
data
=
reactive
({
form
:
{
is
:
'
0
'
is
:
''
},
loading
:
false
,
countryList
:
[],
...
...
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