Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
marketing-web
marketing
Commits
bcd57e42
Commit
bcd57e42
authored
Jun 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 统计区间
parent
ea035487
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
16.3a13ab17b1bd37aa0870.js
dist/static/js/16.3a13ab17b1bd37aa0870.js
+0
-0
ai-data.vue
src/views/ai/ai-data-report/ai-data.vue
+4
-4
No files found.
dist/static/js/16.3a13ab17b1bd37aa0870.js
View file @
bcd57e42
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/ai/ai-data-report/ai-data.vue
View file @
bcd57e42
...
...
@@ -352,10 +352,10 @@ export default {
}
const
originData
=
res
.
result
[
0
];
this
.
talkTimeData
=
[
{
label
:
'
<10秒'
,
color
:
'#2d4dd1'
,
count
:
originData
[
'less_than_10'
],
percent
:
originData
[
'10_p
roportion'
]
},
{
label
:
'1
0-59秒'
,
color
:
'#D6B38C'
,
count
:
originData
[
'10_to_59'
],
percent
:
originData
[
'10_to_59_p
roportion'
]
},
{
label
:
'
60-119秒'
,
color
:
'#14C9C9'
,
count
:
originData
[
'60_to_119'
],
percent
:
originData
[
'60_to_119_p
roportion'
]
},
{
label
:
'
>120秒'
,
color
:
'#05B770'
,
count
:
originData
[
'greater_than_120'
],
percent
:
originData
[
'120_p
roportion'
]
}
{
label
:
'
10秒以下'
,
color
:
'#2d4dd1'
,
count
:
originData
[
'firstInterval'
],
percent
:
originData
[
'firstP
roportion'
]
},
{
label
:
'1
1-30秒'
,
color
:
'#D6B38C'
,
count
:
originData
[
'secondInterval'
],
percent
:
originData
[
'secondP
roportion'
]
},
{
label
:
'
30-60秒'
,
color
:
'#14C9C9'
,
count
:
originData
[
'thirdInterval'
],
percent
:
originData
[
'thirdP
roportion'
]
},
{
label
:
'
60秒以上'
,
color
:
'#05B770'
,
count
:
originData
[
'fourthInterval'
],
percent
:
originData
[
'fourthP
roportion'
]
}
];
const
data
=
[
this
.
talkTimeData
.
reduce
(
...
...
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