Commit 6e11b7bf authored by 吴冠's avatar 吴冠

picupdate

parent 1dde05c2
......@@ -35,11 +35,11 @@ export default {
},
tip: {
type: String,
default: '上传大小不能超过80M'
default: '上传大小不能超过2M'
},
limit: {
type: Number,
default: 3
default: 5
},
action: {
type: String,
......@@ -59,7 +59,7 @@ export default {
},
max: {
type: Number,
default: 99
default: 10
}
},
data() {
......
......@@ -34,7 +34,7 @@ export default {
props: {
tip: {
type: String,
default: '上传大小不能超过80M'
default: '上传大小不能超过10M'
},
limit: {
type: Number,
......@@ -42,7 +42,7 @@ export default {
},
max: {
type: Number,
default: 2
default: 10
}
},
data() {
......
......@@ -133,8 +133,8 @@
<el-input type="textarea" :rows="2" v-model="perfectForm.businessScope" placeholder="请输入" style="width:2.4rem" maxlength="300"></el-input>
</el-form-item>
<el-form-item label="法人身份证正反面" prop="identity" class="item">
<imgUpload :limit="1" @input="getJustimg" tip=""></imgUpload>
<imgUpload :limit="1" @input="getBackimg" tip=""></imgUpload>
<imgUpload :limit="1" :max="10" @input="getJustimg" tip=""></imgUpload>
<imgUpload :limit="1" :max="10" @input="getBackimg" tip=""></imgUpload>
</el-form-item>
<el-form-item label="三证合一扫描件" prop="cardimg" class="item">
<imgUpload :limit="3" :max="10" @input="getCardimg" tip="只可上传三张图片,大小不能超过10MB,此项为必填项"></imgUpload>
......@@ -143,7 +143,7 @@
<div class="else">
<div>其他资料 <span class="red">用于上传其他证明性材料如法人变更证明,报名资料请勿在此上传,单个附件建议不超过2M。</span> </div>
</div>
<Upload :max="2" @input="getfile" tip="支持扩展名:.rar .zip .doc .docx .pdf .jpg..."></Upload>
<Upload :limit="5" :max="10" @input="getfile" tip="支持扩展名:.rar .zip .doc .docx .pdf .jpg..."></Upload>
</el-form-item>
</el-form>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment