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
f464a6da
Commit
f464a6da
authored
Apr 27, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
2439041b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
8 deletions
+21
-8
ai-data-active-data.vue
src/views/ai/ai-data-active-data.vue
+4
-4
ai-data-index.vue
src/views/ai/ai-data-index.vue
+8
-2
ai-data.vue
src/views/ai/ai-data-report/ai-data.vue
+1
-0
list.vue
src/views/ai/list.vue
+8
-2
No files found.
src/views/ai/ai-data-active-data.vue
View file @
f464a6da
...
...
@@ -101,7 +101,7 @@ const tableHead = [
}
},
{
label
:
'转
换
人数'
,
label
:
'转
化
人数'
,
prop
:
'conversionNumber'
,
width
:
'120'
,
sortable
:
'custom'
,
...
...
@@ -119,9 +119,9 @@ const tableHead = [
}
},
{
label
:
'
销售额(元
)'
,
label
:
'
活动转化金额(实付
)'
,
prop
:
'actualSale'
,
width
:
'1
4
0'
,
width
:
'1
8
0'
,
sortable
:
'custom'
,
formatter
:
function
(
row
)
{
return
`<span>
${
!
isNaN
(
row
.
actualSale
)
?
row
.
actualSale
.
toLocaleString
()
:
'- -'
}
</span>`
;
...
...
@@ -253,7 +253,7 @@ export default {
],
[
{
label
:
'
销售额
'
,
label
:
'
活动转化金额(实付)
'
,
value
:
''
,
unit
:
'元'
,
key
:
'actualSale'
,
...
...
src/views/ai/ai-data-index.vue
View file @
f464a6da
<
template
>
<div>
<div
class=
"aiDataIndex"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"AI外呼数据"
name=
"1"
>
<aiDataAiCall
v-if=
"activeName == '1'"
/>
...
...
@@ -36,4 +36,10 @@ export default {
};
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.aiDataIndex
{
/deep/
.el-tabs__nav-wrap
{
padding-left
:
20px
;
}
}
</
style
>
src/views/ai/ai-data-report/ai-data.vue
View file @
f464a6da
...
...
@@ -405,6 +405,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.chart-group
{
width
:
100%
;
min-height
:
300px
;
.chart-title
{
margin-top
:
30px
;
font-size
:
14px
;
...
...
src/views/ai/list.vue
View file @
f464a6da
<
template
>
<div>
<div
class=
"aiList"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"外呼任务"
name=
"first"
>
<task
/>
...
...
@@ -28,4 +28,10 @@ export default {
};
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.aiList
{
/deep/
.el-tabs__nav-wrap
{
padding-left
:
20px
;
}
}
</
style
>
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