Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
fec3c8c9
Commit
fec3c8c9
authored
Jan 19, 2021
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案修改
parent
c398eba6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+12
-0
No files found.
src/view/memberGroup/memberGroupList.vue
View file @
fec3c8c9
...
...
@@ -84,6 +84,12 @@
</el-table-column>
<el-table-column
label=
"期末固化人数"
prop=
"memberCount"
></el-table-column>
<el-table-column
prop=
"state"
label=
"状态"
>
<
template
slot=
"header"
>
状态
<el-tooltip
effect=
"dark"
content=
"失效的实时分组仍然会更新人数,失效的非实时分组不再更新人数。新的营销活动无法选用失效的分组。如果某营销活动曾经选用了分组,分组到达有效期失效后,实时分组不影响活动的投放执行,非实时分组的活动则投放人群数据会清空。"
placement=
"top"
>
<i
class=
"el-icon-info"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<span
:class=
"scope.row.effectiveStatus == 1 ? 'dm-status--success' : 'dm-status--error'"
></span>
{{
scope
.
row
.
effectiveStatus
==
1
?
'有效'
:
'失效'
}}
...
...
@@ -198,6 +204,12 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"state"
label=
"状态"
>
<
template
slot=
"header"
>
状态
<el-tooltip
effect=
"dark"
content=
"失效的实时分组仍然会更新人数,失效的非实时分组不再更新人数。新的营销活动无法选用失效的分组。如果某营销活动曾经选用了分组,分组到达有效期失效后,实时分组不影响活动的投放执行,非实时分组的活动则投放人群数据会清空。"
placement=
"top"
>
<i
class=
"el-icon-info"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<span
:class=
"scope.row.effectiveStatus == 1 ? 'dm-status--success' : 'dm-status--error'"
></span>
{{
scope
.
row
.
effectiveStatus
==
1
?
'有效'
:
'失效'
}}
...
...
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