9d79024e by zhangmeng

赛事

1 parent b2fb5e09
......@@ -22,8 +22,12 @@
</div>
<div class="panel-body" style="padding: 10px">
<div class="tip text-right">
<!-- *{{-->
<!-- language == 0 ? '可通过[选手管理],增加和编辑运动员' : 'You can add and edit athletes through [Athlete Management]'-->
<!-- }}-->
*{{
language == 0 ? '可通过[选手管理],增加和编辑运动员' : 'You can add and edit athletes through [Athlete Management]'
language == 0 ?
'可通过选手管理,增加运动员和完善运动员信息' : `You can add players and complete athletes' details through [Athlete Management]`
}}
</div>
<div style="margin: 0 4px 10px;display: flex">
......@@ -110,12 +114,6 @@
/>
</div>
</div>
<p v-if="show" class="text-danger text-center">
{{
language == 0 ?
'可通过选手管理,增加运动员和完善运动员信息' : `You can add players and complete athletes' details through [Athlete Management]`
}}
</p>
<div id="projectbox" v-loading="loadingProject" style="height: 50vh;overflow: auto;">
<el-checkbox-group v-model="projectIds" @change="changeProject">
<el-checkbox
......@@ -334,7 +332,6 @@ const matchId = ref(route.query.matchId)
const checked = ref('0')
const insuranceFlag = ref()
const insuranceAgreement = ref()
const show = ref(false)
let signInfoType = null
onMounted(() => {
......@@ -359,7 +356,6 @@ function getAthletesList() {
}
}
}
show.value = athletesList.value.some(v => !v.phone || v.ocrFlag == 0)
})
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!