6222b1c2 by 杨炀

no message

1 parent 87fb7ca7
......@@ -134,7 +134,7 @@
</div>
<div class="address">
<h4>Address</h4>
<p>No.88 Qingshu Road,Economic and Development District, Wuxi City,Jiangsu Province,China</p>
<p>No.88 Qingshu Road,Economic Development District, Wuxi City,Jiangsu Province,China</p>
</div>
<div class="email">
<h4>Email</h4>
......
......@@ -47,7 +47,7 @@
</div>
<div class="address">
<h4>Address</h4>
<p>No.88 Qingshu Road,Economic and Development District, Wuxi City,Jiangsu Province,China</p>
<p>No.88 Qingshu Road,Economic Development District, Wuxi City,Jiangsu Province,China</p>
</div>
<div class="email">
<h4>Email</h4>
......
......@@ -68,14 +68,14 @@ const menus = ref([
isActive: false
},
{
name: language.value==0?'团队认证':'Institutional Accreditation',
name: language.value==0?'团队认证':'Organization Recognition',
routeName: 'myCertification',
picUrl1: '/img/nav_32.png',
picUrl2: '/img/nav_32_dwn.png',
isActive: false
},
{
name: language.value==0?'选手管理':'Player Management',
name: language.value==0?'选手管理':'Athlete Management',
routeName: 'myMember',
picUrl1: '/img/nav_31.png',
picUrl2: '/img/nav_31_dwn.png',
......
......@@ -3,7 +3,7 @@
<el-card :body-style="{'padding':'0'}">
<div class="indexTitle">
<h3 class="leftboderTT" v-if="user.utype=='2'">
{{ language == 0 ? '机构基础信息' : 'Institutional Basic Information' }}</h3>
{{ language == 0 ? '机构基础信息' : 'ORGANIZATION BASIC INFORMATION' }}</h3>
<h3 class="leftboderTT" v-if="user.utype=='1'">{{
language == 0 ? '个人基础信息' : 'Personal Basic Information'
}}</h3>
......@@ -27,7 +27,7 @@
<el-radio value="1">{{ language == 0 ? '男' : 'male' }}</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item :label="language==0?'出生日期':'Birthday'">
<el-form-item :label="language==0?'出生日期':'Date of Birth'">
<el-date-picker
v-model="myform.birth"
style="width: 100%;"
......
......@@ -68,8 +68,8 @@ const props = defineProps({
})
const language= useStorage('language',0)
function goBooking(n) {
// ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
// return
ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
return
switch (n) {
case 0:
// 票务
......
......@@ -119,7 +119,7 @@
<div>
The Taihu International Expo Center Block B covers a total area of 30,000m²and an interior area of 20,000m². It is equipped with top lighting, stage, sound and a full set of broadcasting equipment, and can accommodate 5,000 spectators. It is the premier multi-purpose cultural and sports venue in China, also a landmark for Wuxi.
<br/>
Location: No. 88, Qingshu Road, Economic and Development District, Wuxi<br/>
Location: No. 88, Qingshu Road, Economic Development District, Wuxi<br/>
Business District: Within 10 kilometers, there are nearly 10 large commercial complexes, including the Mixc and Coastal City etc.<br/>
<img src="@/assets/zhinan/1.png"/>
<img src="@/assets/zhinan/2.png"/>
......@@ -237,7 +237,7 @@ const list_en = ref([
{name:' Registration Center '},
{name:'License Management '},
{name:'Map Guidance '},
{name:'Service for Technical Officers and Sports Teams '},
{name:'Service for Technical Officials and Teams'},
{name:'Medical Services '},
{name:'Surrounding Traffic Map '},
{name:'VISA '},
......
......@@ -282,7 +282,7 @@
</div>
<div class="address">
<h4>Address</h4>
<p>No.88 Qingshu Road,Economic and Development District, Wuxi City,Jiangsu Province,China</p>
<p>No.88 Qingshu Road,Economic Development District, Wuxi City,Jiangsu Province,China</p>
</div>
<div class="email">
<h4>Email</h4>
......
......@@ -62,7 +62,7 @@
<!-- <span style="color: #999;font-size: 12px;">*默认密码是会员号+证件号后四位+)*%</span>-->
<div style="display: flex;justify-content: space-between;width: 100%;">
<a class="text-primary"
@click="showChangePassword">{{ language == 0 ? '忘记密码' : 'Retrieve password' }}?</a>
@click="showChangePassword">{{ language == 0 ? '忘记密码' : 'Forgot password' }}?</a>
<a @click="showRegister" class="text-primary">{{ language == 0 ? '账号注册' : 'Register' }}></a>
</div>
</el-form-item>
......
......@@ -18,8 +18,8 @@
</div>
<div class="panel-body">
<div v-if="form.danceMate">
<div class="text-danger fontsize14 mb10" v-if="language==0">*报名双人项目请勾选您的舞伴</div>
<div class="text-danger fontsize14 mb10" v-else>*Please select your dance mate if you are signing up for a double event</div>
<div class="text-danger fontsize14 mb10" v-if="language==0">*如果您报名双人舞项目,请勾选您的舞伴</div>
<div class="text-danger fontsize14 mb10" v-else>*Please select your dance partner if you are registering for a couple event</div>
</div>
<div class="chooseForm" style="display: flex;flex-wrap: wrap;">
<div @click="editPerson" class="mb20" style="width: 50%;text-align: center;">
......@@ -116,10 +116,10 @@
<!-- <el-button type="success" @click="addCoach">新增运动员</el-button>-->
<div class="ttbb">
<div :class="tableType==1 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按组别查看报项' : 'View Entries by Group' }}
{{ language == 0 ? '按组别查看报项' : 'Check Registrations by Group' }}
</div>
<div :class="tableType==0 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按人员查看报项' : 'View Entries by Participant' }}
{{ language == 0 ? '按人员查看报项' : 'Check Registrations by Participant' }}
</div>
</div>
<sign-info-table v-if="tableType==0" :match-id="matchId"
......@@ -170,10 +170,9 @@
<div class="text-center mt20">
<el-button type="primary" class="btn-lineG w200px" round @click="submitForm()">
{{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
{{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }}
</el-button>
</div>
<!-- <div class="text-center mt20">-->
<!-- <el-button type="primary" class="" plain round @click="submitForm(0)">-->
<!-- {{ language == 0 ? '保存暂不提交审核' : 'Save, Do Not Submit for Review Yet' }}-->
......
......@@ -14,7 +14,7 @@
<h3 class="panel-title" v-else>Select list of participating athletes</h3>
<!-- <a class="fr" @click="emptyChoosed">{{ language == 0 ? '清空' : 'Empty' }}</a>-->
<el-button type="primary" plain class="fr" @click="chooseSportman" size="small" style="top:12px">
{{ language == 0 ? '选手管理' : 'Player Management' }}
{{ language == 0 ? '选手管理' : 'Athlete Management' }}
</el-button>
</div>
<div class="panel-body" style="padding: 10px">
......@@ -46,7 +46,7 @@
</div>
<!-- -->
<div class="pd20 text-center" v-if="athletesList.length==0">
<span>{{ language == 0 ? '暂无运动员' : 'No athletes' }}
<span>{{ language == 0 ? '暂无参赛选手' : 'No athlete yet,' }}
</span>
<span class="text-primary" @click="chooseSportman">{{ language == 0 ? '去创建':' Create' }}</span>
</div>
......@@ -119,18 +119,18 @@
<div class="m20">
<div class="ttbb">
<div :class="tableType==1 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按组别查看报项' : 'View Entries by Group' }}
{{ language == 0 ? '按组别查看报项' : 'Check Registrations by Group' }}
</div>
<div :class="tableType==0 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按人员查看报项' : 'View Entries by Participant' }}
{{ language == 0 ? '按人员查看报项' : 'Check Registrations by Participant' }}
</div>
</div>
<!-- <div class="fr mb20" @click="switchTabletype">-->
<!-- <el-button plain type="primary" :icon="Switch" v-if="tableType==1">-->
<!-- {{ language == 0 ? '按人员查看报项' : 'View Entries by Participant' }}-->
<!-- {{ language == 0 ? '按人员查看报项' : 'Check Registrations by Participant' }}-->
<!-- </el-button>-->
<!-- <el-button plain type="primary" :icon="Switch" v-else>-->
<!-- {{ language == 0 ? '按组别查看报项' : 'View Entries by Group' }}-->
<!-- {{ language == 0 ? '按组别查看报项' : 'Check Registrations by Group' }}-->
<!-- </el-button>-->
<!-- </div>-->
<sign-info-table v-if="tableType==0" :match-id="matchId"
......
......@@ -115,18 +115,18 @@
<!-- <el-button type="success" @click="addCoach">新增运动员</el-button>-->
<div class="ttbb">
<div :class="tableType==1 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按组别查看报项' : 'View Entries by Group' }}
{{ language == 0 ? '按组别查看报项' : 'Check Registrations by Group' }}
</div>
<div :class="tableType==0 ? 'active' : ''" @click="switchTabletype">
{{ language == 0 ? '按人员查看报项' : 'View Entries by Participant' }}
{{ language == 0 ? '按人员查看报项' : 'Check Registrations by Participant' }}
</div>
</div>
<!-- <div class="fr mb20" @click="switchTabletype">-->
<!-- <el-button plain type="primary" :icon="Switch" v-if="tableType==1">-->
<!-- {{ language == 0 ? '按人员查看报项' : 'View Entries by Participant' }}-->
<!-- {{ language == 0 ? '按人员查看报项' : 'Check Registrations by Participant' }}-->
<!-- </el-button>-->
<!-- <el-button plain type="primary" :icon="Switch" v-else>-->
<!-- {{ language == 0 ? '按组别查看报项' : 'View Entries by Group' }}-->
<!-- {{ language == 0 ? '按组别查看报项' : 'Check Registrations by Group' }}-->
<!-- </el-button>-->
<!-- </div>-->
<sign-info-table v-if="tableType==0" :match-id="matchId"
......
......@@ -32,7 +32,7 @@
<el-form-item :label="language==0?'护照文件':'Passport File'" required>
<file-upload v-model="form.passportUrl" :limit="1" :is-show-tip="false" :button-text="'Upload'"/>
</el-form-item>
<el-form-item :label="language==0?'出生日期':'birth'" prop="birth" required>
<el-form-item :label="language==0?'出生日期':'Date of Birth'" prop="birth" required>
<el-date-picker
v-model="form.birth"
style="width: 100%;"
......
......@@ -48,7 +48,7 @@
</el-form-item>
</el-col>
<el-col :lg="12">
<el-form-item :label="language==0?'出生日期':'birth'" prop="birth" required>
<el-form-item :label="language==0?'出生日期':'Date of Birth'" prop="birth" required>
<el-date-picker
v-model="form.birth" :disabled="form.idcType=='0'"
style="width: 100%;"
......
......@@ -90,7 +90,7 @@
:required="!form.wdsfMin&&form.labelArr.indexOf('0')>-1">
<el-input v-model="form.idcCode" :disabled="editgay&&form.idcCode!=''" @blur="giveBirthDay"/>
</el-form-item>
<el-form-item :label="language==0?'出生日期':'Birth'" prop="birth"
<el-form-item :label="language==0?'出生日期':'Date of Birth'" prop="birth"
:required="!form.wdsfMin&&form.labelArr.indexOf('0')>-1">
<el-date-picker
v-model="form.birth" :disabled="form.idcType=='0'"
......
......@@ -57,7 +57,7 @@
</el-form-item>
</el-col>
<el-col :lg="12">
<el-form-item :label="language==0?'出生日期':'Birth'" prop="birth">
<el-form-item :label="language==0?'出生日期':'Date of Birth'" prop="birth">
<el-date-picker
v-model="form.birth" :disabled="form.idcType=='0'"
style="width: 100%;"
......
......@@ -54,7 +54,7 @@
</el-form-item>
<div class="h30"></div>
<div class="leftboderTT">
{{ language == 0 ? '补充信息' : 'Supplementary Information' }}
{{ language == 0 ? '补充信息' : 'ADDITIONAL INFORMATION' }}
</div>
<div class="h20"></div>
<el-form-item prop="picUrl" :label="language==0?'个人照片':'photo'">
......@@ -70,7 +70,7 @@
</el-radio-group>
</el-form-item>
<el-form-item :label="language==0?'出生日期':'Birthday'">
<el-form-item :label="language==0?'出生日期':'Date of Birth'">
<el-date-picker
v-model="form.birth"
style="width: 100%;"
......
......@@ -49,7 +49,7 @@
<el-table-column align="center" v-if="isNational" :label="language==0?'舞种':'Division'" prop="division" min-width="100"/>
<el-table-column v-if="!isNational" :label="language==0?'年龄':'Age'" prop="age"/>
<el-table-column v-if="!isNational" :label="language==0?'出生日期':'Birth'" prop="birth" width="110"/>
<el-table-column v-if="!isNational" :label="language==0?'出生日期':'Date of Birth'" prop="birth" width="130"/>
<el-table-column v-if="!isNational" :label="language==0?'证件类型':'ID Type'" prop="idcTypeStr" width="120"/>
<el-table-column v-if="!isNational" :label="language==0?'证件号码':'ID NO.'" prop="idcCode" width="200"/>
<!-- <el-table-column label="会员角色" width="200">-->
......
......@@ -18,7 +18,7 @@
<el-descriptions-item v-else :label="language==0?'证件类型':'ID type'">{{ form.idcTypeStr }}</el-descriptions-item>
<el-descriptions-item v-else :label="language==0?'证件号码':'ID NO'">{{ form.idcCode }}</el-descriptions-item>
<el-descriptions-item v-if="!isNational" :label="language==0?'出生日期':'birth'">{{ form.birth }}</el-descriptions-item>
<el-descriptions-item v-if="!isNational" :label="language==0?'出生日期':'Date of Birth'">{{ form.birth }}</el-descriptions-item>
</el-descriptions>
<el-row v-if="participantsInfoArr&&participantsInfoArr.length>0" class="mt20">
......
......@@ -17,7 +17,7 @@
</div>
</div>
<div class="indexTitle"><h3 class="leftboderTT">{{ language==0?'赛事视频':'Event Videos' }}</h3>
<div class="indexTitle"><h3 class="leftboderTT">{{ language==0?'赛事视频':'VEDIOS' }}</h3>
<!-- <a class="more" @click="goList(10000006,'赛事视频')">MORE</a>-->
</div>
<div class="item" v-for="n in newsList" :key="n.id" @click="goDetail(n)">
......@@ -25,7 +25,7 @@
<img :src="fillImgUrl(n.picUrl)">
</div>
</div>
<div class="indexTitle"><h3 class="leftboderTT">{{ language==0?'赛事图片':'Event Photos' }}</h3>
<div class="indexTitle"><h3 class="leftboderTT">{{ language==0?'赛事图片':'PHOTOS' }}</h3>
<!-- <a class="more" @click="goList(10000007,'赛事图片')">MORE</a>-->
</div>
<div v-for="n in newsList3" :key="n.id" @click="goDetail(n)">
......
......@@ -18,7 +18,7 @@
<el-table-column align="center" :label="language==0?'年龄组':'Age group'" prop="ageGroup" min-width="120"/>
<el-table-column align="center" :label="language==0?'舞种':'Division'" prop="division" min-width="100"/>
<el-table-column :label="language==0?'出生日期':'Birth'" prop="birth" width="110"/>
<el-table-column :label="language==0?'出生日期':'Date of Birth'" prop="birth" width="130"/>
<el-table-column :label="language==0?'会员角色':'Role'" width="150">
<template #default="scope">
<div class="esp">
......
......@@ -16,7 +16,7 @@
<el-table-column v-if="!isNational" :label="language==0?'证件类型':'ID Type'" :width="language==0?'':'140'" prop="personInfo.idcTypeStr"/>
<el-table-column v-if="!isNational" :label="language==0?'证件号码':'ID NO.'" prop="personInfo.idcCode" width="200"/>
<el-table-column v-if="isNational" :label="language==0?'WDSF 会员号':'WDSF MIN'" prop="personInfo.wdsfMin" width="200"/>
<el-table-column v-if="!isNational" :label="language==0?'出生日期':'Birth'" prop="personInfo.birth" width="110"/>
<el-table-column v-if="!isNational" :label="language==0?'出生日期':'Date of Birth'" prop="personInfo.birth" width="130"/>
<el-table-column v-if="isNational" :label="language==0?'年龄组':'Age group'" prop="personInfo.ageGroup" width="110"/>
<el-table-column v-if="isNational" :label="language==0?'舞种':'Division'" prop="personInfo.division" width="110"/>
<!-- <el-table-column :label="language==0?'会员角色':'Role'" width="150">-->
......
......@@ -67,7 +67,7 @@
</el-row>
<el-row v-if="participantsInfoArr&&participantsInfoArr.length>0">
<el-col :span="16" :offset="4">
<h3>{{ language==0?'补充信息':'Supplemental information'}}</h3>
<h3>{{ language==0?'补充信息':'ADDITIONAL INFORMATION'}}</h3>
<el-form-item v-for="(s,index) in participantsInfoArr" :key="index">
<template #label>
<span v-if="s.status == 0" class="red">*</span>{{ s.name }}
......
......@@ -65,7 +65,7 @@
</el-row>
<el-row v-if="participantsInfoArr&&participantsInfoArr.length>0">
<el-col :span="16" :offset="4">
<h3>{{ language==0?'补充信息':'Supplemental information'}}</h3>
<h3>{{ language==0?'补充信息':'ADDITIONAL INFORMATION'}}</h3>
<el-form-item v-for="(s,index) in participantsInfoArr" :key="index">
<template #label>
<span v-if="s.status == 0" class="red">*</span>{{ s.name }}
......
......@@ -2,8 +2,8 @@
<div>
<div class="box">
<div class="indexTitle">
<h3 class="leftboderTT">{{ language==0?'赛事视频':'Event Video' }}</h3>
<a class="more" @click="goList(query1.sortId,language==0?'赛事视频':'Event Videos')">MORE</a>
<h3 class="leftboderTT">{{ language==0?'赛事视频':'VEDIOS' }}</h3>
<a class="more" @click="goList(query1.sortId,language==0?'赛事视频':'VEDIOS')">MORE</a>
</div>
<el-row :gutter="20">
......@@ -44,8 +44,8 @@
<div class="indexTitle">
<h3 class="leftboderTT">{{ language==0?'精彩图片':'Exciting Photos' }}</h3>
<a class="more" @click="goList(query2.sortId,language==0?'精彩图片':'Exciting Photos')">MORE</a>
<h3 class="leftboderTT">{{ language==0?'精彩图片':'PHOTOS' }}</h3>
<a class="more" @click="goList(query2.sortId,language==0?'精彩图片':'PHOTOS')">MORE</a>
</div>
<el-row class="mb20" :gutter="20">
<el-col :lg="9">
......
......@@ -29,7 +29,7 @@
<div class="h30"></div>
<div class="leftboderTT">{{ language == 0 ? '个人信息' : 'Personal information' }}
<span v-if="language==0">(登录时需要验证,保护账户信息)</span>
<span v-else>(Obtain automatically according to the WDSF number)</span>
<span v-else>(Obtain automatically according to the WDSF MIN)</span>
</div>
<div class="h20"></div>
<el-form-item :label="language==0?'姓氏':'Surname'">
......@@ -52,7 +52,7 @@
</el-form-item>
<div class="h30"></div>
<div class="leftboderTT">
{{ language == 0 ? '补充信息' : 'Supplementary Information' }}
{{ language == 0 ? '补充信息' : 'ADDITIONAL INFORMATION' }}
</div>
<div class="h20"></div>
<el-form-item prop="picUrl" :label="language==0?'个人照片':'Photo'">
......@@ -81,7 +81,7 @@
<el-input v-model="wdsfData.passportNumber"/>
</el-form-item>
<el-form-item :label="language==0?'出生日期':'Birthday'">
<el-form-item :label="language==0?'出生日期':'Date of Birth'">
<el-date-picker
v-model="wdsfData.birthday"
style="width: 100%;"
......
......@@ -96,11 +96,11 @@
<a class="text-primary" @click.stop="showAgreeMent">《个人信息保护政策》</a>
</div>
<div v-else style="white-space: nowrap">
I have read and accepted the Registration
I have read and agree to the User
<a class="text-primary" @click.stop="showAgreeMent">Agreement</a>
and
<a class="text-primary" @click.stop="showPolicy">Personal Information Protection Policy
</a>
<a class="text-primary" @click.stop="showPolicy"> Privacy Policy
</a>.
</div>
</div>
</el-form-item>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!