Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinkong
holo-web
Commits
ba90d95d
Commit
ba90d95d
authored
Jan 09, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整tab默认展示
parent
a0a18409
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
40 deletions
+8
-40
.gitignore
.gitignore
+2
-1
index.vue
wj-data-vision/src/views/phaseAirPlay/right/index.vue
+0
-1
part1.vue
wj-manage-web/src/views/analysis/preview/parts/part1.vue
+3
-0
pedAndNoVehicles.vue
...rc/views/situation/floatData/msgLeft/pedAndNoVehicles.vue
+3
-38
No files found.
.gitignore
View file @
ba90d95d
...
...
@@ -31,4 +31,5 @@ yarn-error.log*
.idea/vcs.xml
*.class
*.jar
\ No newline at end of file
*.jar
wj-manage-web/package-lock.json
wj-data-vision/src/views/phaseAirPlay/right/index.vue
View file @
ba90d95d
...
...
@@ -54,7 +54,6 @@ import MsgCard from "../../../components/Standard/msg-card.vue";
import
CameraVideo
from
"
../../../components/Standard/cameraVideo.vue
"
;
import
CrossControl
from
"
../../../components/CrossControl/crossControl.vue
"
;
let
topViewer
,
bottomViewer
;
export
default
{
name
:
"
homeRight
"
,
...
...
wj-manage-web/src/views/analysis/preview/parts/part1.vue
View file @
ba90d95d
...
...
@@ -37,6 +37,9 @@
<
/el-table-column
>
<
/el-table
>
<
/div
>
<
p
v
-
show
=
"
VisInclude('a3')
"
class
=
"
empty-line
"
><
/p
>
<
p
v
-
show
=
"
VisInclude('a3')
"
class
=
"
empty-line
"
><
/p
>
<
p
v
-
show
=
"
VisInclude('a3')
"
class
=
"
empty-line
"
><
/p
>
<
/div
>
<
/template
>
...
...
wj-manage-web/src/views/situation/floatData/msgLeft/pedAndNoVehicles.vue
View file @
ba90d95d
...
...
@@ -72,7 +72,7 @@ export default {
data
()
{
return
{
charts
:
{},
tabsActiveName
:
"
Classify
"
,
tabsActiveName
:
"
PedNoVehicles
"
,
classify
:
{
startTime
:
""
,
endTime
:
""
,
dataList
:
[]
},
PedAndNoVehiclesShow
:
true
,
eventType
:
{
1
:
"
机动车事件
"
,
2
:
"
非机动车事件
"
,
3
:
"
行人事件
"
},
...
...
@@ -255,34 +255,6 @@ export default {
getDetail
()
{
this
.
highChartDataArray
=
[];
noVehicleDetail
().
then
((
res
)
=>
{
// let content = {
// total: 3,
// startTime: "00:00",
// endTime: "23:59",
// dataList: [
// {
// number: 1,
// abideRate: 0.85,
// helmetRate: 0.9,
// numberRate: 0.33,
// type: 1,
// },
// {
// number: 1,
// abideRate: 0.85,
// helmetRate: 0.9,
// numberRate: 0.33,
// type: 1,
// },
// {
// number: 1,
// abideRate: 0.85,
// helmetRate: 0.9,
// numberRate: 0.33,
// type: 1,
// },
// ],
// };
let
content
=
res
.
content
;
this
.
classify
=
content
;
let
sortList
=
content
.
dataList
.
sort
((
a
,
b
)
=>
{
...
...
@@ -295,12 +267,6 @@ export default {
},
getTrend
()
{
noVehicleTrend
().
then
((
res
)
=>
{
// let content = {
// timeList: ["01:00", "02:00"],
// valueList: [
// {type: 1,list:[0.3,0.4]}
// ],
// };
let
content
=
res
.
content
;
this
.
solveClassifyTrend
(
content
);
});
...
...
@@ -643,9 +609,8 @@ export default {
},
},
mounted
()
{
// 左下行人非机动车
// this.getPedNoAnalysis(true);
this
.
loadClassify
();
// this.loadClassify();
this
.
loadPedNoVehicles
()
},
};
</
script
>
...
...
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