Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-site
Commits
6e11b7bf
Commit
6e11b7bf
authored
Sep 25, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
picupdate
parent
1dde05c2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Upload.vue
components/Upload/Upload.vue
+3
-3
imgUpload.vue
components/Upload/imgUpload.vue
+2
-2
examine.vue
pages/login/examine.vue
+3
-3
No files found.
components/Upload/Upload.vue
View file @
6e11b7bf
...
...
@@ -35,11 +35,11 @@ export default {
},
tip
:
{
type
:
String
,
default
:
'上传大小不能超过
80
M'
default
:
'上传大小不能超过
2
M'
},
limit
:
{
type
:
Number
,
default
:
3
default
:
5
},
action
:
{
type
:
String
,
...
...
@@ -59,7 +59,7 @@ export default {
},
max
:
{
type
:
Number
,
default
:
99
default
:
10
}
},
data
()
{
...
...
components/Upload/imgUpload.vue
View file @
6e11b7bf
...
...
@@ -34,7 +34,7 @@ export default {
props
:
{
tip
:
{
type
:
String
,
default
:
'上传大小不能超过
8
0M'
default
:
'上传大小不能超过
1
0M'
},
limit
:
{
type
:
Number
,
...
...
@@ -42,7 +42,7 @@ export default {
},
max
:
{
type
:
Number
,
default
:
2
default
:
10
}
},
data
()
{
...
...
pages/login/examine.vue
View file @
6e11b7bf
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment