feat(information): 真实信息移除邮箱相关字段

This commit is contained in:
woody 2025-05-14 17:46:04 +08:00
parent 8c1cf71707
commit 1b576d7613
1 changed files with 3 additions and 17 deletions

View File

@ -192,17 +192,6 @@
/>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item :label="'邮箱地址'" prop="parMemberName">
<el-input
v-model="queryParams.email"
clearable
placeholder=""
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<el-form-item :label="'认证日期'" prop="code">
<el-date-picker
@ -218,6 +207,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<el-form-item :label="'创建日期'" prop="code">
@ -604,13 +595,8 @@ export default {
text: '银行卡号',
checked: true,
prop: 'cardNumber'
},
{
id: 18,
text: '邮箱地址',
checked: true,
prop: 'email'
}
],
moren: 'RealInfo',
topList: [