大宝管理后台代码
new
zzzz
2024-04-07 9a5d8867aee30f83d6b632e5dd2e30e56f9b4a96
src/views/userlist/components/audituserdialog.vue
@@ -49,13 +49,20 @@
          {{ currentDetails.regTime | moment }}
        </a-descriptions-item>
        <a-descriptions-item label="身份证正面1">
          <el-image style="width: 140px; height: 70px" :src="currentDetails.img1Key" :preview-src-list="srcList1">
          <el-image
            style="width: 140px; height: 70px"
            :src="currentDetails.img1Key"
            :preview-src-list="[currentDetails.img1Key]"
          >
          </el-image>
          <!-- style="width: 140px; height: 70px" -->
          <!-- <img alt="" style="width: 140px; height: 70px" /> -->
        </a-descriptions-item>
        <a-descriptions-item label="身份证背面">
          <el-image style="width: 140px; height: 70px" :src="currentDetails.img2Key" :preview-src-list="srcList2">
          <el-image
            style="width: 140px; height: 70px"
            :src="currentDetails.img2Key"
            :preview-src-list="[currentDetails.img2Key]"
          >
          </el-image>
        </a-descriptions-item>
        <!-- <a-descriptions-item label="手持身份证">