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
88088de9
Commit
88088de9
authored
Apr 28, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/ai营销二期' into dev
parents
1b79d50e
97c3087b
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 @
88088de9
...
...
@@ -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 @
88088de9
...
...
@@ -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 @
88088de9
...
...
@@ -282,7 +282,7 @@ export default {
.
label
(
'percent'
,
val
=>
{
return
{
formatter
:
(
text
,
item
)
=>
{
return
item
.
point
.
label
+
'
\
n
'
+
item
.
point
.
percent
;
return
item
.
point
.
label
+
'
'
+
item
.
point
.
percent
;
}
};
})
...
...
@@ -330,7 +330,7 @@ export default {
.
label
(
'percent'
,
()
=>
{
return
{
formatter
:
(
text
,
item
)
=>
{
return
item
.
point
.
label
+
'
\
n
'
+
item
.
point
.
percent
;
return
item
.
point
.
label
+
'
'
+
item
.
point
.
percent
;
}
};
})
...
...
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