Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AIEngine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AIEngine
Commits
71f1ccd7
Commit
71f1ccd7
authored
May 26, 2021
by
wangdng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
30%
parent
74ef643e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/renderer/components/ResultPages/D3Page.vue
src/renderer/components/ResultPages/D3Page.vue
+0
-3
No files found.
src/renderer/components/ResultPages/D3Page.vue
View file @
71f1ccd7
...
@@ -130,10 +130,7 @@ export default {
...
@@ -130,10 +130,7 @@ export default {
}
}
if
(
v
&&
k
>=
3
)
{
if
(
v
&&
k
>=
3
)
{
let
ue_list
=
this
.
$store
.
state
.
ue_list1
;
let
ue_list
=
this
.
$store
.
state
.
ue_list1
;
if
(
k
==
3
)
if
(
k
==
3
)
var
bytes
=
[
this
.
$store
.
state
.
slice_info
[
3
].
ddqn
.
thrpt1
,
ue_list
[
k
].
Mbs
];
if
(
k
==
4
)
var
bytes
=
[(
Math
.
abs
(
this
.
mult2
*
100
)
==
Infinity
?
0
:
Math
.
abs
(
this
.
mult2
*
100
))
>
400
?
400
:(
Math
.
abs
(
this
.
mult2
*
100
)
==
Infinity
?
0
:
Math
.
abs
(
this
.
mult2
*
100
)),
30
]
var
bytes
=
[(
Math
.
abs
(
this
.
mult2
*
100
)
==
Infinity
?
0
:
Math
.
abs
(
this
.
mult2
*
100
))
>
400
?
400
:(
Math
.
abs
(
this
.
mult2
*
100
)
==
Infinity
?
0
:
Math
.
abs
(
this
.
mult2
*
100
)),
30
]
var
stamp
=
Date
.
now
()
/
1000
;
var
stamp
=
Date
.
now
()
/
1000
;
if
(
v
.
bytes
!==
undefined
)
{
if
(
v
.
bytes
!==
undefined
)
{
...
...
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