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
db983c7c
Commit
db983c7c
authored
Mar 28, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: AI营销
parent
adb42320
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
5 deletions
+22
-5
index.html
index.html
+2
-0
manage.vue
src/views/ai/manage.vue
+18
-3
board.vue
src/views/recharge/board.vue
+2
-2
No files found.
index.html
View file @
db983c7c
...
...
@@ -11,6 +11,8 @@
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2996579_93aeeozj35q.css"> -->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_3229694_vfjtu9hqyrc.css"
>
<!--GIC3.0营销-->
<script
src=
"//at.alicdn.com/t/font_3229694_vfjtu9hqyrc.js"
></script>
<!--GIC3.0营销-->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2996579_875h3lycepk.css"
>
<!-- 3.0企业 -->
<script
src=
"//at.alicdn.com/t/font_2996579_875h3lycepk.js"
></script>
<!-- 3.0企业 -->
<!-- <link rel="stylesheet" href="//web-1251519181.file.myqcloud.com/components/element.2.12.0.css"> -->
<!-- element 皮肤 -->
<!-- <link rel="stylesheet" type="text/css" href="http://web-1251519181.file.myqcloud.com/lib/elementUI/theme.1.0.1/index.css"> -->
...
...
src/views/ai/manage.vue
View file @
db983c7c
...
...
@@ -28,7 +28,12 @@
<div
class=
"no-data-text"
>
还未创建话术,请联系运营经理创建话术
</div>
</div>
<el-dialog
:visible
.
sync=
"tempDetail.show"
@
closed=
"onClosed"
width=
"760px"
title=
"查看话术"
>
<div
v-if=
"!Array.isArray(tempDetail.tempData) || tempDetail.tempData.length == 0"
class=
"no-temp-data"
>
暂无话术节点
</div>
<div
v-if=
"!Array.isArray(tempDetail.tempData) || tempDetail.tempData.length == 0"
class=
"no-temp-data"
>
<svg
class=
"no-temp-icon"
aria-hidden=
"true"
>
<use
xlink:href=
"#icon-zanwuhuashu"
></use>
</svg>
暂无话术内容
</div>
<template
v-else
>
<div
class=
"temp-detail-item"
v-for=
"el in tempDetail.tempData"
:key=
"el.decisionId"
>
<div
class=
"temp-detail-content"
>
...
...
@@ -229,9 +234,19 @@ export default {
}
}
.no-temp-data
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
padding-bottom
:
20px
;
text-align
:
center
;
color
:
#909399
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#606266
;
line-height
:
20px
;
.no-temp-icon
{
margin-bottom
:
18px
;
width
:
44px
;
height
:
44px
;
}
}
.temp-detail-item
{
padding-bottom
:
10px
;
...
...
src/views/recharge/board.vue
View file @
db983c7c
...
...
@@ -86,7 +86,7 @@
<div
class=
"recharge-today-item border2 flex_between"
>
<div
class=
"text-center"
>
<div
class=
"icon-box color3"
>
<i
class=
"iconfont icon-shuangxianghujiao fz36"
></i>
<i
class=
"iconfont icon-shuangxianghujiao
1
fz36"
></i>
</div>
</div>
<div
class=
"flex_between flex1 pl10"
>
...
...
@@ -137,7 +137,7 @@
<template
v-if=
"scope.row.type === 'video'"
>
{{
scope
.
row
.
count
||
0
}}
G
</
template
>
<
template
v-else
>
<span>
{{
scope
.
row
.
count
}}
</span>
{{
scope
.
row
.
type
===
'call'
||
scope
.
row
.
type
===
'record'
?
'分钟'
:
'条'
}}
{{
scope
.
row
.
type
===
'call'
||
scope
.
row
.
type
===
'record'
||
scope
.
row
.
type
==
'ai-call'
?
'分钟'
:
'条'
}}
</
template
>
</template>
</el-table-column>
...
...
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