From d233d809dd78aa2bf973cdb2ad577dc823eb6ddc Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 28 二月 2023 11:45:36 +0800
Subject: [PATCH] 2023/2/28 肖辉 违建登记添加-身份证正反面调整
---
src/views/operate/disposal/casepool/pool/createUser/ill/index.vue | 34 +++++++++++++++++++++++-----------
1 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue b/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
index c01be2c..8360c73 100644
--- a/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
+++ b/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
@@ -66,21 +66,33 @@
<el-form-item class="optionItems" label="韬唤璇佹銆佸弽闈㈢収鐗�:" prop="positive">
<template>
<div class="idcard">
- <el-upload class="upload-demo" :show-file-list="false"
+<!-- <el-upload-->
+<!-- action="/sccg/file/medias"-->
+<!-- list-type="picture-card"-->
+<!-- :show-file-list="false"-->
+<!-- :headers="getToken()" multiple-->
+<!-- :limit="50" :on-success="handleSuccess">-->
+<!-- <i class="el-icon-plus"></i>-->
+<!-- <span class="text" v-if="ill.positive === ''">韬唤璇佹闈�</span>-->
+<!-- <img :src="ill.positive" alt="" class="img" v-else>-->
+<!-- </el-upload>-->
+ <el-upload list-type="picture-card" class="upload-demo" :show-file-list="false"
action="/sccg/file/medias" :headers="getToken()" multiple
:limit="50" :on-success="handleSuccess">
- <img v-if="ill.positive === ''"
- src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg"
- alt="">
+<!-- <img v-if="ill.positive === ''"-->
+<!-- src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg"-->
+<!-- alt="">-->
+ <i v-if="ill.positive === ''" class="el-icon-plus"></i>
<span class="text" v-if="ill.positive === ''">韬唤璇佹闈�</span>
<img :src="ill.positive" alt="" class="img" v-else>
</el-upload>
- <el-upload class="upload-demo" :show-file-list="false"
+ <el-upload list-type="picture-card" class="upload-demo" :show-file-list="false"
action="/sccg/file/medias" :headers="getToken()" multiple
:limit="50" :on-success="handleSuccess2">
- <img v-if="ill.negative === '' "
- src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg"
- alt="">
+<!-- <img v-if="ill.negative === '' "-->
+<!-- src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg"-->
+<!-- alt="">-->
+ <i v-if="ill.negative === ''" class="el-icon-plus"></i>
<span class="text" v-if="ill.negative === ''">韬唤璇佸弽闈�</span>
<img :src="ill.negative" alt="" class="img" v-else />
</el-upload>
@@ -544,7 +556,7 @@
.text {
position: absolute;
top: 22%;
- left: 20%;
+ left: 26%;
}
}
@@ -565,8 +577,8 @@
}
.img {
- width: 125px;
- height: 80px;
+ width: 100%;
+ height: 100%;
}
.area {
--
Gitblit v1.8.0