feat(realInfo): 实名认证添加详细地址

This commit is contained in:
woody 2025-08-12 18:36:37 +08:00
parent 72862b60fe
commit a3ce45ab56
2 changed files with 7 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -338,7 +338,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
v-for="item in menuList" v-for="item in menuList"
v-if="item.checked && item.id != 0 && item.id < 19&allTxt[item.prop]" v-if="item.checked && item.id != 0 && item.id < 19&&allTxt[item.prop]"
:key="item.id" :key="item.id"
align="center" align="center"
width="200" width="200"
@ -473,6 +473,12 @@ export default {
text: '证件(反面)', text: '证件(反面)',
checked: true, checked: true,
prop: 'idCardBack' prop: 'idCardBack'
},
{
id: 12,
text: '详细地址',
checked: true,
prop: 'address'
} }
], ],