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
eda7ad44
Commit
eda7ad44
authored
Apr 18, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加提示
parent
1d87de25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
+15
-1
ai-data.vue
src/views/ai/ai-data-report/ai-data.vue
+15
-1
No files found.
src/views/ai/ai-data-report/ai-data.vue
View file @
eda7ad44
...
...
@@ -15,7 +15,18 @@
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"chart-title"
>
话单质量分析
</div>
<div
class=
"chart-title"
>
话单质量分析
<el-tooltip
placement=
"top"
>
<div
slot=
"content"
>
<p>
系统根据接通前识别到的语音提示关键词判定通话状态
</p>
<p>
已接听:客户接通电话;
</p>
<p>
线路问题:客户电话欠费;
</p>
<p>
被叫问题:空号、关机、拒接、未接、停机、线路盲区等;
</p>
</div>
<i
class=
"iconfont icon-QuestionCircleOutlined title-tip-icon"
></i>
</el-tooltip>
</div>
<div
class=
"chart-box"
id=
"chart-record"
>
<svg
aria-hidden=
"true"
class=
"no-data-icon"
>
<use
xlink:href=
"#icon-cp-no-data"
></use>
...
...
@@ -393,6 +404,9 @@ export default {
font-weight
:
600
;
color
:
#303133
;
line-height
:
20px
;
.title-tip-icon
{
font-size
:
14px
;
}
}
.chart-box
{
width
:
100%
;
...
...
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