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
a1610959
Commit
a1610959
authored
May 06, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:触达效果指标说明
parent
4e09631e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
index.vue
src/components/layout/index.vue
+4
-1
No files found.
src/components/layout/index.vue
View file @
a1610959
...
...
@@ -14,7 +14,7 @@
<span>
{{
contentTitle
}}
</span>
<div
v-html=
"layoutTips"
class=
"layout--tips--wrap"
></div>
</div>
<div
v-if=
"
$route.path.indexOf('ecm') >= 0 && $store.state.marketing.xsxsFlag
"
class=
"intro_wrap"
><img
:src=
"require('@/assets/img/introlIcon.png')"
class=
"introlIcon"
alt=
""
/><span
class=
"intro"
@
click=
"() => (drawer = true)"
>
指标说明
</span></div>
<div
v-if=
"
showDescription
"
class=
"intro_wrap"
><img
:src=
"require('@/assets/img/introlIcon.png')"
class=
"introlIcon"
alt=
""
/><span
class=
"intro"
@
click=
"() => (drawer = true)"
>
指标说明
</span></div>
</h3>
</div>
<div
class=
"layout-content__wrap"
>
...
...
@@ -62,6 +62,9 @@ export default {
},
layoutTips
()
{
return
this
.
$store
.
state
.
marketing
.
layoutTips
;
},
showDescription
()
{
return
(
this
.
$route
.
path
.
indexOf
(
'ecm/list'
)
>=
0
||
this
.
$route
.
path
.
indexOf
(
'ecm/clue'
)
>=
0
||
this
.
$route
.
path
.
indexOf
(
'ecm/touch'
)
>=
0
)
&&
this
.
$store
.
state
.
marketing
.
xsxsFlag
;
}
},
// watch:{
...
...
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