a336ed6f by 杨炀

去掉是否国家队默认值

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