| xqd
@@ -11,11 +11,11 @@
|
|
|
<el-descriptions-item label="联系电话">{{ list.contactsMobile }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="认证状态">{{ list.statusText }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="认证照片">
|
|
|
- <el-image v-for="(item,index) in list.proxyFileList" :key="index" style="width: 100px; height: 100px"
|
|
|
+ <el-image v-for="(item,index) in list.identifyPicList" :key="index" style="width: 100px; height: 100px"
|
|
|
:src="item" />
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="授权委托书">
|
|
|
- <el-image v-for="(item,index) in list.identifyPicList" :key="index" style="width: 100px; height: 100px"
|
|
|
+ <el-image v-for="(item,index) in list.proxyFileList" :key="index" style="width: 100px; height: 100px"
|
|
|
:src="item" />
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|