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
850d3787
Commit
850d3787
authored
Apr 28, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/ai营销二期' into master
parents
f99a1125
c9990110
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ai-data-active-data.vue
src/views/ai/ai-data-active-data.vue
+2
-2
ai-data-aiCall.vue
src/views/ai/ai-data-aiCall.vue
+2
-2
ai-data.vue
src/views/ai/ai-data-report/ai-data.vue
+2
-2
No files found.
src/views/ai/ai-data-active-data.vue
View file @
850d3787
...
...
@@ -21,10 +21,10 @@
<el-option
label=
"分组层级"
:value=
"1"
></el-option>
<el-option
label=
"分组名称"
:value=
"2"
></el-option>
</el-select>
<el-select
v-model=
"form.storeGroupLevel"
@
change=
"handleSearch"
v-
show
=
"selectVal == 1"
class=
"w260"
>
<el-select
v-model=
"form.storeGroupLevel"
@
change=
"handleSearch"
v-
if
=
"selectVal == 1"
class=
"w260"
>
<el-option
v-for=
"item in selectOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<vue-gic-select-tree
:options=
"options"
v-if=
"
dimension == '分组维度'"
v-show=
"
selectVal == 2"
ref=
"selectTree"
@
change=
"onChange"
></vue-gic-select-tree>
<vue-gic-select-tree
:options=
"options"
v-if=
"selectVal == 2"
ref=
"selectTree"
@
change=
"onChange"
></vue-gic-select-tree>
</el-form-item>
<el-button
icon=
"iconfont icon-cp-xiazai"
class=
"fr"
type=
"primary"
@
click=
"handleExport"
:disabled=
"!total"
>
查询结果导出
</el-button>
</el-form>
...
...
src/views/ai/ai-data-aiCall.vue
View file @
850d3787
...
...
@@ -21,10 +21,10 @@
<el-option
label=
"分组层级"
:value=
"1"
></el-option>
<el-option
label=
"分组名称"
:value=
"2"
></el-option>
</el-select>
<el-select
v-model=
"form.storeGroupLevel"
@
change=
"handleSearch"
v-
show
=
"selectVal == 1"
class=
"w260"
>
<el-select
v-model=
"form.storeGroupLevel"
@
change=
"handleSearch"
v-
if
=
"selectVal == 1"
class=
"w260"
>
<el-option
v-for=
"item in selectOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<vue-gic-select-tree
:options=
"options"
v-if=
"
dimension == '分组维度'"
v-show=
"selectVal == 2"
ref=
"selectTree
"
@
change=
"onChange"
></vue-gic-select-tree>
<vue-gic-select-tree
:options=
"options"
v-if=
"
selectVal == 2
"
@
change=
"onChange"
></vue-gic-select-tree>
</el-form-item>
<el-button
icon=
"iconfont icon-cp-xiazai"
class=
"fr"
type=
"primary"
@
click=
"handleExport"
:disabled=
"!total"
>
查询结果导出
</el-button>
</el-form>
...
...
src/views/ai/ai-data-report/ai-data.vue
View file @
850d3787
...
...
@@ -266,7 +266,7 @@ export default {
const
chart
=
new
G2
.
Chart
({
container
:
'chart-tag'
,
forceFit
:
true
,
height
:
2
6
0
,
height
:
2
2
0
,
padding
:
0
});
chart
.
source
(
data
.
filter
(
el
=>
el
.
count
>
0
));
...
...
@@ -313,7 +313,7 @@ export default {
const
chart
=
new
G2
.
Chart
({
container
:
'chart-record'
,
forceFit
:
true
,
height
:
2
6
0
,
height
:
2
2
0
,
padding
:
0
});
chart
.
source
(
data
.
filter
(
el
=>
el
.
count
>
0
));
...
...
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