a336ed6f by 杨炀

去掉是否国家队默认值

去除临时用户编辑基础信息入口
1 parent 0aeb9ab5
......@@ -81,7 +81,7 @@
<!-- <el-input v-model="myform.email" type="email" :placeholder="language==0?'请输入内容':''"/>-->
<!-- </el-form-item>-->
</el-form>
<div class="text-center">
<div class="text-center" v-if="user.utype=='1'||user.utype=='2'">
<el-button type="primary" class="btn-lineG" round @click="save">
{{language == 0 ? '确定修改' : 'Save'}}
</el-button>
......@@ -127,7 +127,7 @@ const rules = ref({
const activeName = ref('first')
const myform = ref({
idcType: 0,
countryId: 240,
countryId: '',
realName: ''
})
const labelArr = ref([])
......
......@@ -5,8 +5,8 @@
<label>{{ language == 0 ? '登录账号' : 'Account' }}</label> {{ accont }}
</div>
</div>
<div class="leftboderTT" v-if="!user">{{ language == 0 ? '登录密码' : 'Password' }} <span
v-if="language==0">(登录时需要验证,保护账户信息)</span></div>
<div class="leftboderTT" v-if="!user">{{ language == 0 ? '登录密码' : 'Password' }}
<span v-if="language==0">(登录时需要验证,保护账户信息)</span></div>
<div class="d-form-border" v-if="!user">
<el-form class="d-form" size="large" label-width="120"
:label-position="language==0?'left':'top'" style="max-width: 500px;margin: auto">
......@@ -196,6 +196,9 @@ onMounted(() => {
if(route.query.matchId){
matchId.value = route.query.matchId
}
if(language.value==1){
form.value.type = '4'
}
getCountryList()
getRegionsList()
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!