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
432bb248
authored
2024-06-03 13:31:10 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
fe3c9339
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/viewsPc/center/myCertification.vue
src/viewsPc/center/teamInfo.vue
src/viewsPc/center/myCertification.vue
View file @
432bb24
...
...
@@ -9,8 +9,8 @@
<fieldset
class=
"fieldset-form"
>
<legend>
{{
language
==
0
?
'机构类型'
:
'Institution Type'
}}
</legend>
<div
class=
"pt30"
>
<el-form-item
:label=
"language==0?'选择机构类型':'Select institution type'"
required
>
<el-radio-group
v-model=
"form.type"
>
<el-form-item
:label=
"language==0?'选择机构类型':'Select institution type'"
required
>
<el-radio-group
v-model=
"form.type"
disabled
>
<el-radio-button
value=
"0"
>
{{
language
==
0
?
'普通院校'
:
'School'
}}
</el-radio-button>
<el-radio-button
value=
"1"
>
{{
language
==
0
?
'专业舞蹈学校'
:
'Professional dance school'
}}
</el-radio-button>
<el-radio-button
value=
"2"
>
{{
language
==
0
?
'培训机构/俱乐部'
:
'Company/Club'
}}
</el-radio-button>
...
...
@@ -24,7 +24,7 @@
<legend>
{{
language
==
0
?
'机构基础信息'
:
'Institutional Basic Information'
}}
</legend>
<div
class=
"pt30"
style=
"max-width: 500px"
>
<el-form-item
:label=
"language==0?'所属国家/地区':'Country'"
required
>
<el-select
filterable
v-model=
"form.countryId"
>
<el-select
filterable
v-model=
"form.countryId"
:disabled=
"form.type!='4'"
>
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"language==0?item.name:item.enName"
:value=
"item.id"
/>
</el-select>
</el-form-item>
...
...
@@ -79,7 +79,7 @@
</el-form>
<div
class=
"text-center mt30"
>
<el-button
type=
"primary"
class=
"btn-lineG w200px"
@
click=
"submit"
round
>
{{
language
==
0
?
'提交审核'
:
'Submit'
}}
</el-button>
<el-button
type=
"primary"
class=
"btn-lineG w200px"
@
click=
"submit"
style=
"opacity: 0.5;"
round
>
{{
language
==
0
?
'提交审核'
:
'Submit'
}}
</el-button>
</div>
</div>
</el-card>
...
...
@@ -100,6 +100,8 @@ const form = ref({})
const
regionsList
=
ref
([])
const
countryList
=
ref
([])
function
submit
()
{
ElMessage
.
warning
(
language
.
value
==
0
?
'暂未开放'
:
'Building,Not yet open'
)
return
commitAudit
(
form
.
value
).
then
(
res
=>
{
})
...
...
src/viewsPc/center/teamInfo.vue
View file @
432bb24
...
...
@@ -35,7 +35,7 @@
<el-option
:label=
"language==0?'专业舞蹈学校':'Professional dance school'"
value=
"1"
/>
<el-option
:label=
"language==0?'培训机构/俱乐部':'Company/Club'"
value=
"2"
/>
<el-option
:label=
"language==0?'地方协会':'Local Association'"
value=
"3"
/>
<el-option
:label=
"language==0?'国家协会':'National Association'"
value=
"4"
v-show=
"form.type=
='4'"
/>
<el-option
:label=
"language==0?'国家协会':'National Association'"
value=
"4"
:disabled=
"form.type!
='4'"
/>
</el-select>
</el-form-item>
<el-form-item
:label=
"language==0?'联系人姓名':'Contact Person'"
required
prop=
"contactPerson"
>
...
...
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