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
38578293
Commit
38578293
authored
Apr 18, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ai营销
parent
ae3abf31
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
index.html
index.html
+2
-1
conversion.vue
src/views/ai/ai-data-report/conversion.vue
+1
-0
manage.vue
src/views/ai/manage.vue
+2
-2
No files found.
index.html
View file @
38578293
...
...
@@ -13,7 +13,8 @@
<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企业 -->
<script
src=
"//at.alicdn.com/t/font_2859043_udehp133w1.css"
></script>
<!--3.0组件库-->
<link
src=
"//at.alicdn.com/t/font_2859043_udehp133w1.css"
>
<!--3.0组件库-->
<script
src=
"//at.alicdn.com/t/font_2859043_udehp133w1.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/ai-data-report/conversion.vue
View file @
38578293
...
...
@@ -254,6 +254,7 @@ export default {
this
.
comparative
.
options
=
[];
if
(
this
.
memberType
==
0
)
{
getMemberCrowd
({
memberCrowdWidgetId
:
this
.
filterJson
}).
then
(
res
=>
{
if
(
Object
.
prototype
.
toString
.
call
(
res
.
result
)
!=
'[object Object]'
)
return
;
const
filterFrontShow
=
JSON
.
parse
(
res
.
result
.
filterFrontShow
||
'[]'
);
this
.
comparative
.
options
=
filterFrontShow
.
map
(
typeItem
=>
{
...
...
src/views/ai/manage.vue
View file @
38578293
...
...
@@ -2,9 +2,9 @@
<div
class=
"message"
>
<div
class=
"search-bar"
>
<el-input
v-model=
"search.nameAndId"
@
change=
"onSearch"
style=
"width: 260px"
type=
"text"
placeholder=
"请输入话术名称/ID"
prefix-icon=
"el-icon-search"
clearable
></el-input>
<el-select
v-model=
"search.status"
@
change=
"onSearch"
style=
"margin-left: 10px;width: 160px"
placeholder=
"全部状态"
clearable
>
<
!--
<
el-select
v-model=
"search.status"
@
change=
"onSearch"
style=
"margin-left: 10px;width: 160px"
placeholder=
"全部状态"
clearable
>
<el-option
v-for=
"el in statusList"
:key=
"el.value"
:value=
"el.value"
:label=
"el.label"
></el-option>
</el-select>
</el-select>
-->
<el-alert
title=
"若需要增加话术,请联系运营经理"
style=
"margin-left: 10px; width: 264px"
show-icon
:closable=
"false"
></el-alert>
</div>
<div
class=
"temp-list"
>
...
...
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