Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2da19803
authored
Mar 02, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提交图标更改
1 parent
4fa416a5
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
37 additions
and
37 deletions
dist.zip
src/views/Layout/index.vue
src/views/ops/batch_upgrade.vue
src/views/ops/role_manage.vue
src/views/ops/user_manage.vue
src/views/resource/Codes/eventcodes.vue
src/views/resource/Codes/trfficcodes.vue
src/views/resource/analysis.vue
src/views/resource/store_confs.vue
src/views/resource/videoEquipment.vue
src/views/search/event.vue
src/views/search/illegal.vue
src/views/search/pedestrian.vue
src/views/search/publicFlow.vue
src/views/search/vehicleSearch.vue
src/views/search/xcycle.vue
src/views/search/xcycleold.vue
src/views/taskManage/index.vue
dist.zip
0 → 100644
View file @
2da1980
No preview for this file type
src/views/Layout/index.vue
View file @
2da1980
...
...
@@ -11,7 +11,7 @@
</div>
</el-header>
<el-container
style=
"min-height:calc(100vh - 64px);"
>
<menus
@
setTopBar=
"setTopBar"
ref=
"leftmenu"
></menus>
<menus
@
setTopBar=
"setTopBar"
ref=
"leftmenu"
></menus>
<el-main>
<div
class=
"nav"
>
<div
class=
"nav-tag-box"
>
...
...
@@ -77,10 +77,10 @@ export default {
getDate
()
{
let
date
=
new
Date
();
let
Y
=
date
.
getFullYear
();
let
M
=
date
.
getMonth
();
let
D
=
date
.
getDate
();
let
h
=
date
.
getHours
();
let
m
=
date
.
getMinutes
();
let
M
=
date
.
getMonth
()
>
10
?
date
.
getMonth
()
:
`0
${
date
.
getMonth
()}
`
;
let
D
=
date
.
getDate
()
>
10
?
date
.
getDate
()
:
`0
${
date
.
getDate
()}
`
;
let
h
=
date
.
getHours
()
>
10
?
date
.
getHours
()
:
`0
${
date
.
getHours
()}
`
;
let
m
=
date
.
getMinutes
()
>
10
?
date
.
getMinutes
()
:
`0
${
date
.
getMinutes
()}
`
;
let
s
=
date
.
getSeconds
();
let
w
=
date
.
getDay
();
let
wtext
=
""
;
...
...
@@ -112,6 +112,8 @@ export default {
logout
()
{
localStorage
.
removeItem
(
"atkoen"
);
localStorage
.
removeItem
(
"menu"
);
localStorage
.
removeItem
(
"curmenu"
);
this
.
$store
.
commit
(
types
.
ATOKEN
,
""
);
localStorage
.
removeItem
(
"atkoen"
);
this
.
$router
.
push
(
"/login"
);
}
...
...
src/views/ops/batch_upgrade.vue
View file @
2da1980
...
...
@@ -62,7 +62,7 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/ops/role_manage.vue
View file @
2da1980
...
...
@@ -38,11 +38,11 @@
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
content=
"编辑角色"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon"
@
click=
"editUser(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editUser(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除角色"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/ops/user_manage.vue
View file @
2da1980
...
...
@@ -43,15 +43,15 @@
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
content=
"编辑用户"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon"
@
click=
"editUser(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editUser(scope.$index, scope.row)"
></span>
</el-tooltip>
<!--
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"重置密码"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon2"
@
click=
"reset(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon2"
@
click=
"reset(scope.$index, scope.row)"
></span>
</el-tooltip>
-->
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/resource/Codes/eventcodes.vue
View file @
2da1980
...
...
@@ -56,7 +56,7 @@
:visible-arrow=
"false"
>
<span
class=
"icon
font icon
-xiugai editIcon"
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editCode(scope.$index, scope.row)"
></span>
</el-tooltip>
...
...
@@ -67,7 +67,7 @@
:visible-arrow=
"false"
>
<span
class=
"
iconfont icon-detail
delIcon del-btn"
class=
"
el-icon-delete
delIcon del-btn"
@
click=
"deleteCode(scope.$index, scope.row)"
></span>
</el-tooltip>
...
...
src/views/resource/Codes/trfficcodes.vue
View file @
2da1980
...
...
@@ -50,7 +50,7 @@
:visible-arrow=
"false"
>
<span
class=
"icon
font icon
-xiugai editIcon"
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editCode(scope.$index, scope.row)"
></span>
</el-tooltip>
...
...
@@ -61,7 +61,7 @@
:visible-arrow=
"false"
>
<span
class=
"
iconfont icon-detail
delIcon del-btn"
class=
"
el-icon-delete
delIcon del-btn"
@
click=
"deleteCode(scope.$index, scope.row)"
></span>
</el-tooltip>
...
...
src/views/resource/analysis.vue
View file @
2da1980
...
...
@@ -60,7 +60,7 @@
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detail(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detail(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/resource/store_confs.vue
View file @
2da1980
...
...
@@ -44,11 +44,11 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detail(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detail(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/resource/videoEquipment.vue
View file @
2da1980
...
...
@@ -16,15 +16,15 @@
<el-table-column
align=
"center"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
content=
"修改"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon"
@
click=
"editFun(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
@@ -37,11 +37,11 @@
<el-table-column
align=
"center"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"修改"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"icon
font icon
-xiugai editIcon"
@
click=
"editVideo(scope.$index, scope.row)"
></span>
<span
class=
"icon
-fanxing
-xiugai editIcon"
@
click=
"editVideo(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delVideo(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delVideo(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/event.vue
View file @
2da1980
...
...
@@ -107,7 +107,7 @@
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/illegal.vue
View file @
2da1980
...
...
@@ -142,11 +142,11 @@
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/pedestrian.vue
View file @
2da1980
...
...
@@ -115,7 +115,7 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/publicFlow.vue
View file @
2da1980
...
...
@@ -115,7 +115,7 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/vehicleSearch.vue
View file @
2da1980
...
...
@@ -173,11 +173,11 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/xcycle.vue
View file @
2da1980
...
...
@@ -165,11 +165,11 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/search/xcycleold.vue
View file @
2da1980
...
...
@@ -91,11 +91,11 @@
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
content=
"详情"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-xiugai
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-info
editIcon"
@
click=
"detailFun(scope.$index, scope.row)"
></span>
</el-tooltip>
<span
class=
"tableSpanBorder"
></span>
<el-tooltip
content=
"删除"
placement=
"bottom"
effect=
"light"
:visible-arrow=
false
>
<span
class=
"
iconfont icon-detail
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
<span
class=
"
el-icon-delete
delIcon"
@
click=
"delFun(scope.$index, scope.row)"
></span>
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/views/taskManage/index.vue
View file @
2da1980
...
...
@@ -67,7 +67,7 @@
</div>
<div
style=
"padding: 0 23px 20px 23px;width:98%"
>
<el-table
height=
"5
74
"
height=
"5
0vh
"
:data=
"tableData"
stripe
border
...
...
@@ -148,7 +148,6 @@
<el-table-column
align=
"center"
prop=
"start_dt"
width=
"200"
:formatter=
"dateFormatter"
label=
"时间计划"
>
...
...
@@ -158,7 +157,6 @@
width=
"300"
prop=
"operation"
label=
"操作"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment