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
83ec3b8e
Commit
83ec3b8e
authored
Oct 19, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改细节
parent
66940518
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
17 deletions
+33
-17
examine.vue
pages/login/examine.vue
+33
-17
No files found.
pages/login/examine.vue
View file @
83ec3b8e
...
...
@@ -378,9 +378,9 @@
<p
class=
MsoNormal
>
本协议的解释权归本捷安采所有。如果其中有任何条款与国家现行的有关法律相抵触,则以国家法律的明文规定为准。
</p>
</el-scrollbar>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"centerDialogVisible = false"
>
取 消
</el-button>
<
el-button
type=
"primary"
@
click=
"centerDialogVisible = false"
>
确 定
</el-button
>
<span
slot=
"footer"
class=
"dialog-footer
flex-center
"
>
<el-button
@
click=
"centerDialogVisible = false"
>
关闭
</el-button>
<
!--
<el-button
type=
"primary"
@
click=
"centerDialogVisible = false"
>
确 定
</el-button>
--
>
</span>
</el-dialog>
</div>
...
...
@@ -389,11 +389,11 @@
<!-- 完善 -->
<div
class=
"perfect content"
v-if=
"active == 1"
>
<div
class=
"flex-between perfect-head"
>
<div
class=
"
t
2 flex"
>
<div
class=
"
y
2 flex"
>
<div>
单位名称:
</div>
<div>
{{
form
.
companyName
}}
</div>
</div>
<div
class=
"
t2
flex"
>
<div
class=
"
y3
flex"
>
<!--
<div>
注册角色:
</div>
<div>
{{
form
.
type
}}
</div>
-->
<div>
注册角色:
</div>
...
...
@@ -451,8 +451,8 @@
</el-form-item>
</div>
<div
class=
"flex-between"
>
<el-form-item
label=
"单位性质"
prop=
"companyNature"
class=
"item"
>
<el-select
v-model=
"perfectForm.companyNature"
placeholder=
"请选择"
>
<el-form-item
label=
"单位性质"
prop=
"companyNature"
class=
"item"
style=
"width: 7.1rem"
>
<el-select
v-model=
"perfectForm.companyNature"
placeholder=
"请选择"
style=
"width: 2.4rem"
>
<el-option
v-for=
"item in companyNatures"
:key=
"item.id"
...
...
@@ -476,8 +476,8 @@
"
></el-input>
</el-form-item>
<el-form-item
label=
"行业类型"
prop=
"industryType"
class=
"item"
>
<el-select
v-model=
"perfectForm.industryType"
placeholder=
"请选择"
>
<el-form-item
label=
"行业类型"
prop=
"industryType"
class=
"item"
style=
"width:10rem"
>
<el-select
v-model=
"perfectForm.industryType"
placeholder=
"请选择"
style=
"width:2.4rem"
>
<el-option
v-for=
"item in belongTypes"
:key=
"item.id"
...
...
@@ -564,7 +564,7 @@
:rows=
"2"
v-model=
"perfectForm.businessScope"
placeholder=
"请输入"
style=
"width:
2.4
rem"
style=
"width:
10.8
rem"
maxlength=
"300"
@
keyup
.
native=
"$event.target.value = $event.target.value.replace(/^\s+|\s+$/gm,'')"
></el-input>
...
...
@@ -628,18 +628,18 @@
<h5
style=
"color: #000000"
>
拒绝原因:身份证信息作假
</h5>
</div>
</div>
<div
class=
"flex btn"
>
<button
class=
" nextButton"
style=
"margin-right:20px"
v-if=
"active==1"
@
click=
"prev"
>
上一步
</button>
<div
class=
" btn"
>
<button
@
click=
"next"
class=
"t2 nextButton"
v-if=
"active == 1"
>
提交
</button>
<div
class=
" nextButton y1"
style=
"margin-right:20px"
v-if=
"active==1"
@
click=
"prev"
>
上一步
</div>
<button
@
click=
"next"
class=
"t2 nextButton"
v-if=
"active == 0"
>
下一步
</button>
<button
@
click=
"next"
class=
"t2 nextButton"
v-if=
"active == 1"
>
提交>
</button>
</div>
<div
class=
"flex"
>
<!--
<button
@
click=
"watchStatus"
class=
"t2 nextButton"
v-if=
"active == 2"
style=
"margin-right:20px"
>
...
...
@@ -812,7 +812,7 @@ export default {
fileList
:
[],
flag
:
true
,
//该值变化,就会触发刷新
code
:
""
,
//刷新后的验证码
active
:
0
,
active
:
1
,
checked
:
true
,
adminform
:
{
name
:
""
,
...
...
@@ -1408,4 +1408,19 @@ export default {
cursor
:
pointer
;
height
:
50px
}
.y1
{
text-align
:
center
;
margin-top
:
-60px
;
width
:
1rem
;
position
:
relative
;
left
:
33%
;
background
:
white
;
color
:
blue
}
.y2
{
margin-left
:
10%
}
.y3
{
margin-right
:
-20%
}
</
style
>
\ No newline at end of file
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