|
|
@@ -128,13 +128,13 @@
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item label="账号/Email" label-width="150px" style="width: 100%" prop="UserName">
|
|
|
- <el-input v-model="formData.UserName" readonly></el-input>
|
|
|
+ <el-form-item label="邮箱" label-width="150px" style="width: 100%" prop="UserName">
|
|
|
+ <el-input v-model="formData.EMail" readonly></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="用户名" label-width="150px" style="width: 100%" prop="UserRealName">
|
|
|
- <el-input v-model="formData.UserRealName" readonly></el-input>
|
|
|
+ <el-input v-model="formData.UserName" readonly></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
@@ -143,7 +143,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
-
|
|
|
+
|
|
|
<!-- <el-row style="margin-top: 10px; margin-bottom: 20px;"> -->
|
|
|
<!-- <el-button type="primary" size="mini" @click="ComAudit">审核</el-button> -->
|
|
|
<!-- <el-button size="mini" @click="cancelOption">审核未通过</el-button> -->
|
|
|
@@ -271,7 +271,7 @@
|
|
|
this.initData()
|
|
|
},
|
|
|
methods: {
|
|
|
-
|
|
|
+
|
|
|
bigImg(url){
|
|
|
this.bigUrl=url
|
|
|
this.legalPersonImgVisible=true
|