| | |
| | | </a-descriptions-item> --> |
| | | |
| | | <a-descriptions-item label="身份证正面"> |
| | | <img :src="currentDetails.img2Key" alt="" style="width: 140px; height: 70px" /> |
| | | <el-image |
| | | style="width: 140px; height: 70px" |
| | | :src="currentDetails.img1Key" |
| | | :preview-src-list="[currentDetails.img1Key]" |
| | | > |
| | | </el-image> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="身份证背面"> |
| | | <img :src="currentDetails.img1Key" alt="" style="width: 140px; height: 70px" /> |
| | | <el-image |
| | | style="width: 140px; height: 70px" |
| | | :src="currentDetails.img2Key" |
| | | :preview-src-list="[currentDetails.img2Key]" |
| | | > |
| | | </el-image> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="手持身份证"> |
| | | <!-- <a-descriptions-item label="手持身份证"> |
| | | <img :src="currentDetails.img3Key" alt="" style="width: 140px; height: 70px" /> |
| | | </a-descriptions-item> |
| | | </a-descriptions-item> --> |
| | | </a-descriptions> |
| | | </a-modal> |
| | | </div> |
| | |
| | | components: {}, |
| | | props: { |
| | | currentDetails: { |
| | | type: Object |
| | | } |
| | | type: Object, |
| | | }, |
| | | }, |
| | | data () { |
| | | data() { |
| | | return { |
| | | userDialog: false |
| | | userDialog: false, |
| | | } |
| | | }, |
| | | methods: {} |
| | | methods: {}, |
| | | } |
| | | </script> |