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
91357446
You need to sign in or sign up before continuing.
Commit
91357446
authored
Sep 23, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 隐藏当天
parent
2e81d7ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
tag-config-options.vue
src/components/tag/tag-config-options.vue
+11
-4
edit-tag.vue
src/view/memberGroup/edit-tag.vue
+1
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
91357446
...
...
@@ -529,14 +529,20 @@
<el-radio
label=
"3"
>
年
</el-radio>
</el-radio-group>
</div>
<div
class=
"m-t-20"
>
<template
v-if=
"columnKey==='haobanWechatRelatedTime'"
>
<div
class=
"m-t-20"
v-if=
"parent.timeRadio!=='1'"
>
<label
class=
"inline-block w-98"
></label>
<el-checkbox
v-model=
"parent.timeChecked"
@
change=
"currentDayChange($event, parent)"
>
当
{{
parent
.
timeRadio
==
2
?
'月'
:
'年'
}}
</el-checkbox>
</div>
</
template
>
<div
class=
"m-t-20"
v-else
>
<label
class=
"inline-block w-98"
></label>
<el-checkbox
v-model=
"parent.timeChecked"
@
change=
"currentDayChange($event, parent)"
>
当
{{
parent
.
timeRadio
==
1
?
'天'
:
parent
.
timeRadio
==
2
?
'月'
:
'年'
}}
当{{ parent.timeRadio == 1 ? '天' : parent.timeRadio == 2 ? '月' : '年' }}
</el-checkbox>
</div>
<div
class=
"m-t-20"
>
<label
class=
"inline-block w-98"
></label>
<el-checkbox
v-model=
"parent.timeAfterChecked"
>
...
...
@@ -833,6 +839,7 @@ export default {
props
:
{
tagId
:
String
,
columnKey
:
String
,
templateDataList
:
Object
,
creatorId
:
String
},
...
...
src/view/memberGroup/edit-tag.vue
View file @
91357446
...
...
@@ -14,7 +14,7 @@
><div
slot=
"content"
><span
style=
"font-weight:600"
>
固定时段:
</span>
在所选时间段内首次添加导购企微好友的;
<br/><span
style=
"font-weight:600"
>
相对时段:
</span>
相对于“标签统计时间”(每天凌晨计算统计一次)的前X天/月/年内首次添加导购企微好友的,例:选择相对时段为“最近2天”,那么系统在5号凌晨进行统计时,统计的是在3号、4号首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的是4号、5号首次添加导购企微好友的顾客。
</div><i
class=
"iconfont icon-tishi"
></i></el-tooltip></p>
<!-- 所有标签的配置项 -->
<div
class=
"tag-config-options"
>
<tag-config-options
v-if=
"isAddFlag"
:creatorId=
"creatorId"
:tagId=
"tagDataAssgin.tagId"
ref=
"tagConfig"
:templateDataList=
"templateObj"
@
returnTagData=
"returnTagData"
></tag-config-options>
<tag-config-options
v-if=
"isAddFlag"
:creatorId=
"creatorId"
:tagId=
"tagDataAssgin.tagId"
:columnKey=
"tagDataAssgin.columnKey"
ref=
"tagConfig"
:templateDataList=
"templateObj"
@
returnTagData=
"returnTagData"
></tag-config-options>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
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