Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
690e5b08
Commit
690e5b08
authored
Jan 31, 2023
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.61.77.35:9999/gengdidi/zhengyuan-danger-chemistry-manage
parents
4cd00f17
759fb187
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
index.vue
danger-manage-web/src/views/entrance/index.vue
+3
-3
login.vue
danger-manage-web/src/views/login.vue
+9
-0
No files found.
danger-manage-web/src/views/entrance/index.vue
View file @
690e5b08
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<div
class=
"ent-b-car1"
>
<div
class=
"ent-b-car1"
>
<div
class=
"a-car-out"
>
<div
class=
"a-car-out"
>
<div>
人员出场
</div>
<div>
人员出场
</div>
<
div
style=
"color: #c5c6c7;font-size: 14px;"
>
出入记录
</div
>
<
!--
<div
style=
"color: #c5c6c7;font-size: 14px;"
>
出入记录
</div>
--
>
</div>
</div>
<div
class=
"ent-div"
></div>
<div
class=
"ent-div"
></div>
<div
class=
"ent-b-in"
>
<div
class=
"ent-b-in"
>
...
@@ -120,14 +120,14 @@
...
@@ -120,14 +120,14 @@
<div
class=
"ent-b-car1"
>
<div
class=
"ent-b-car1"
>
<div
class=
"a-car-out"
>
<div
class=
"a-car-out"
>
<div>
车辆出场
</div>
<div>
车辆出场
</div>
<
div
style=
"color: #c5c6c7;font-size: 14px;"
>
出入记录
</div
>
<
!--
<div
style=
"color: #c5c6c7;font-size: 14px;"
>
出入记录
</div>
--
>
</div>
</div>
<div
class=
"ent-div"
></div>
<div
class=
"ent-div"
></div>
<div
class=
"ent-b-in"
>
<div
class=
"ent-b-in"
>
<img
src=
"../../assets/img/car.png"
alt=
""
>
<img
src=
"../../assets/img/car.png"
alt=
""
>
<div>
车辆类型:
<span></span>
{{
lastExportCarData
?
lastExportCarData
.
cName
:
"-"
}}
</div>
<div>
车辆类型:
<span></span>
{{
lastExportCarData
?
lastExportCarData
.
cName
:
"-"
}}
</div>
<div>
车辆号牌:
<span>
{{
lastExportCarData
?
lastExportCarData
.
plateNumber
:
"-"
}}
</span>
</div>
<div>
车辆号牌:
<span>
{{
lastExportCarData
?
lastExportCarData
.
plateNumber
:
"-"
}}
</span>
</div>
<div>
入
场时间:
<span>
{{
lastExportCarData
?
changeDateFormat
(
lastExportCarData
.
outParkTime
):
"-"
}}
</span>
</div>
<div>
出
场时间:
<span>
{{
lastExportCarData
?
changeDateFormat
(
lastExportCarData
.
outParkTime
):
"-"
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
danger-manage-web/src/views/login.vue
View file @
690e5b08
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
style=
"margin: 0px 0px 25px 0px;color: #3db0ff;"
style=
"margin: 0px 0px 25px 0px;color: #3db0ff;"
>
记住密码
</el-checkbox
>
记住密码
</el-checkbox
>
>
<a
class=
"certificateDownload"
href=
"http://27.128.189.137:81/nginxService/v1/download/InstallRootCert.exe"
>
下载证书
</a>
<el-form-item
style=
"width: 100%;height: 40px;"
class=
"zhanghaomima"
>
<el-form-item
style=
"width: 100%;height: 40px;"
class=
"zhanghaomima"
>
<el-button
<el-button
:loading=
"loading"
:loading=
"loading"
...
@@ -254,4 +255,12 @@ export default {
...
@@ -254,4 +255,12 @@ export default {
.login-code-img
{
.login-code-img
{
height
:
38px
;
height
:
38px
;
}
}
.certificateDownload
{
color
:
#3e9ced
;
float
:
right
;
font-size
:
14px
;
}
.certificateDownload
:hover
{
color
:
#bfbfbf
;
}
</
style
>
</
style
>
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