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 bf265bc4
authored
May 06, 2022
by
罗鑫霖
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高新区软测修改
1 parent
0e503840
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
40 additions
and
26 deletions
fanxing.zip
public/js/version.json
src/App.vue
src/assets/resetElementCss/index.scss
src/libs/utils.js
src/main.js
src/views/search/event.vue
src/views/search/illegal.vue
src/views/search/pedestrian.vue
src/views/search/publicFlow.vue
src/views/search/traficflow.vue
src/views/search/vehicleSearch.vue
src/views/search/xcycle.vue
src/views/search/xcycleold.vue
fanxing.zip
View file @
bf265bc
No preview for this file type
public/js/version.json
View file @
bf265bc
{
"commit"
:
"5c64452e5cdc120d37edf748a605495f5e61efee"
,
"commitDate"
:
"2021-11-23 14:48"
,
"buildDate"
:
"2022-4-17 16:18"
,
"version"
:
"2.1.0"
,
"info"
:
"lxl"
}
\ No newline at end of file
{
"commit"
:
"0e5038400902761c6f098626feeb8634c767e7a7"
,
"commitDate"
:
"2022-4-17 16:25"
,
"buildDate"
:
"2022-5-6 16:10"
,
"version"
:
"2.1.0"
,
"info"
:
"高新区-软测修改"
}
\ No newline at end of file
src/App.vue
View file @
bf265bc
...
...
@@ -30,10 +30,10 @@ export default {
window
.
opsTableHeight
=
document
.
body
.
clientHeight
-
260
+
"px"
;
if
(
document
.
body
.
clientWidth
>
1366
)
{
window
.
oneSearchTableHeight
=
document
.
body
.
clientHeight
-
280
+
"px"
;
window
.
twoSearchTableHeight
=
document
.
body
.
clientHeight
-
3
2
0
+
"px"
;
window
.
twoSearchTableHeight
=
document
.
body
.
clientHeight
-
3
3
0
+
"px"
;
}
else
{
window
.
oneSearchTableHeight
=
document
.
body
.
clientHeight
-
280
+
"px"
;
window
.
twoSearchTableHeight
=
document
.
body
.
clientHeight
-
3
15
+
"px"
;
window
.
twoSearchTableHeight
=
document
.
body
.
clientHeight
-
3
20
+
"px"
;
}
}
};
...
...
src/assets/resetElementCss/index.scss
View file @
bf265bc
...
...
@@ -182,6 +182,9 @@
.el-table--small
td
,
.el-table--small
th
{
padding
:
8px
0
;
}
.ten-table-wrapper
td
,
.ten-table-wrapper
th
{
padding
:
16px
0
;
}
.
el-table--border
:
:
after
,
.
el-table--group
::
after
,
.
el-table
::
before
{
// background-color: rgba(0,0,0,0);
}
...
...
src/libs/utils.js
View file @
bf265bc
...
...
@@ -18,6 +18,8 @@ const splitUrlOrigin = (url) => {
}
};
export
const
splitUrlOriginG
=
splitUrlOrigin
;
export
const
buildImgurl
=
(
url
)
=>
{
let
isHttps
=
window
.
config
.
https
,
origin
=
window
.
location
.
origin
;
...
...
src/main.js
View file @
bf265bc
...
...
@@ -23,6 +23,8 @@ Vue.prototype.$moment = moment;
Vue
.
prototype
.
$buildCode
=
buildCode
;
Vue
.
prototype
.
oParse
=
new
XML
.
ObjTree
();
Vue
.
prototype
.
axios
=
axios
;
Vue
.
prototype
.
$pageSizeOpts
=
[
10
,
30
,
50
,
100
];
Vue
.
prototype
.
$pageSize
=
10
;
// import VueParticles from "vue-particles";
Vue
.
use
(
api
);
Vue
.
use
(
log
);
...
...
src/views/search/event.vue
View file @
bf265bc
...
...
@@ -127,6 +127,7 @@
v-loading=
"loading"
border
@
selection-change=
"handleSelectionChange"
:class=
"$pageSizeOpts[0] === 10 ? 'ten-table-wrapper' : ''"
>
<el-table-column
prop=
"index"
...
...
@@ -263,7 +264,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -365,7 +366,7 @@ export default {
total
:
0
,
page
:
1
,
displaystatus
:
"table"
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
,
cateList
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
"cate列表"
))
||
[],
...
...
src/views/search/illegal.vue
View file @
bf265bc
...
...
@@ -168,6 +168,7 @@
stripe
border
@
selection-change=
"handleSelectionChange"
:class=
"$pageSizeOpts[0] === 10 ? 'ten-table-wrapper' : ''"
>
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
>
</el-table-column>
...
...
@@ -330,7 +331,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -442,7 +443,7 @@
</template>
<
script
>
import
videoDialog
from
"@/components/video"
;
import
{
getDataList
}
from
"@/libs/utils"
;
import
{
getDataList
,
splitUrlOriginG
}
from
"@/libs/utils"
;
export
default
{
data
()
{
let
start_dt
=
this
.
yesterDay
();
...
...
@@ -483,7 +484,7 @@ export default {
formatterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
exportevent
:
[],
currentIndex
:
0
,
...
...
@@ -736,12 +737,14 @@ export default {
this
.
$api
.
search
.
detailVideo
({},
unid
)
.
then
((
res
)
=>
{
let
play_url
=
res
.
mp4_url
;
console
.
log
(
"录像路径"
,
play_url
);
setTimeout
(()
=>
{
this
.
$refs
.
visableDialog
.
playvideos
(
play_url
);
console
.
log
(
"videourl"
,
url
);
},
0
);
if
(
res
.
mp4_url
)
{
let
play_url
=
location
.
origin
+
splitUrlOriginG
(
res
.
mp4_url
);
console
.
log
(
"录像路径"
,
play_url
);
setTimeout
(()
=>
{
this
.
$refs
.
visableDialog
.
playvideos
(
play_url
);
console
.
log
(
"videourl"
,
url
);
},
0
);
}
})
.
catch
((
e
)
=>
{});
},
...
...
src/views/search/pedestrian.vue
View file @
bf265bc
...
...
@@ -178,7 +178,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -297,7 +297,7 @@ export default {
formattterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
,
taskList
:
[],
...
...
src/views/search/publicFlow.vue
View file @
bf265bc
...
...
@@ -180,7 +180,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -300,7 +300,7 @@ export default {
formatterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
,
taskList
:
[],
...
...
src/views/search/traficflow.vue
View file @
bf265bc
...
...
@@ -109,6 +109,7 @@
stripe
v-loading=
"loading"
border
:class=
"$pageSizeOpts[0] === 10 ? 'ten-table-wrapper' : ''"
>
<el-table-column
prop=
"index"
...
...
@@ -200,7 +201,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -232,7 +233,7 @@ export default {
formatterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
taskList
:
[],
subTaskList
:
[],
tableHeight
:
window
.
oneSearchTableHeight
...
...
src/views/search/vehicleSearch.vue
View file @
bf265bc
...
...
@@ -189,6 +189,7 @@
border
v-loading=
"loading"
@
selection-change=
"handleSelectionChange"
:class=
"$pageSizeOpts[0] === 10 ? 'ten-table-wrapper' : ''"
>
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
>
</el-table-column>
...
...
@@ -318,7 +319,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -450,7 +451,7 @@ export default {
formatterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
,
taskList
:
[],
...
...
src/views/search/xcycle.vue
View file @
bf265bc
...
...
@@ -275,6 +275,7 @@
stripe
border
@
selection-change=
"handleSelectionChange"
:class=
"$pageSizeOpts[0] === 10 ? 'ten-table-wrapper' : ''"
>
<el-table-column
type=
"selection"
align=
"center"
width=
"55"
>
</el-table-column>
...
...
@@ -426,7 +427,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -549,7 +550,7 @@ export default {
formatterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
,
taskList
:
[],
...
...
src/views/search/xcycleold.vue
View file @
bf265bc
...
...
@@ -129,7 +129,7 @@
background
prev-text=
"上一页"
next-text=
"下一页"
:page-sizes=
"
[30, 50, 100, 200]
"
:page-sizes=
"
$pageSizeOpts
"
layout=
"total, prev, pager, next,sizes, jumper"
:current-page=
"page"
@
size-change=
"handleSizeChange"
...
...
@@ -255,7 +255,7 @@ export default {
formattterData
:
[],
total
:
0
,
page
:
1
,
pageSize
:
30
,
pageSize
:
this
.
$pageSize
,
selectcheck
:
[],
currentIndex
:
0
};
...
...
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