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
c9ab3abf
Commit
c9ab3abf
authored
Apr 24, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 分组
parent
97239b58
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
edit-tag.vue
src/view/memberGroup/edit-tag.vue
+6
-1
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+1
-1
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+5
-4
member-tag.vue
src/view/platformTag/member-tag.vue
+1
-1
No files found.
src/view/memberGroup/edit-tag.vue
View file @
c9ab3abf
...
...
@@ -89,7 +89,12 @@ export default {
this
.
$emit
(
'update:showEditTagPop'
,
false
);
this
.
$emit
(
'refersh'
,
this
.
tagDataAssgin
);
}
});
}).
catch
(
err
=>
{
this
.
$message
.
error
({
duration
:
1000
,
message
:
err
.
message
});
})
},
returnTagData
(
list
)
{
this
.
$emit
(
'returnTagData'
,
list
);
...
...
src/view/memberGroup/memberGroupEdit.vue
View file @
c9ab3abf
...
...
@@ -104,7 +104,7 @@
prop=
"updateDay"
>
<div
class=
"form-item"
>
<div
class=
"label-title"
>
更新频
率
<span
class=
"desc-labeltxt"
>
{{ updateTypeDesc() }}
</span></div>
<div
class=
"label-title"
>
更新频
次
<span
class=
"desc-labeltxt"
>
{{ updateTypeDesc() }}
</span></div>
<el-select
v-model=
"ruleForm.updateType"
placeholder=
"请选择"
disabled
style=
"width: 100%"
>
<el-option
v-for=
"(item, index) in rateData"
:key=
"item.label"
:label=
"item.label"
:value=
"index + 1"
></el-option>
</el-select>
...
...
src/view/memberGroup/memberGroupList.vue
View file @
c9ab3abf
...
...
@@ -167,12 +167,12 @@
<div
class=
"right-box"
v-show=
"!isRecommend"
>
<div
class=
"common-wrap__opt"
>
<div
class=
"top"
>
<p
class=
"tips"
>
实时分组
仅在分组生效开始时间查询一次数据,后续数据不会发生变化,
分组失效后数据会自动清空。
</p>
<p
class=
"tips"
>
实时分组
数据实时更新,非实时分组数据每天凌晨更新 1 次,非实时
分组失效后数据会自动清空。
</p>
<div
class=
"title m-b-20 m-t-16"
>
<h2>
<span
class=
"tips"
>
共
{{
total
||
0
}}
个分组,其中非实时分组
{{
classifyOptions
.
notRealTimeGroupNum
||
0
}}
个,失效分组
{{
classifyOptions
.
notEffectiveGroupNum
||
0
}}
个
</span>
</h2>
<span
class=
"count"
>
剩余非实时分组数量:
{{
classifyOptions
.
residueCreateGroupNum
||
0
}}
</span>
<span
class=
"count"
>
剩余
可创建
非实时分组数量:
{{
classifyOptions
.
residueCreateGroupNum
||
0
}}
</span>
</div>
</div>
<el-input
...
...
@@ -348,6 +348,7 @@
<el-button
type=
"text"
@
click=
"deleteGroup(scope.row)"
:limit-code=
'$buttonCode.memberTagDelGroup'
v-if=
"$getButtonLimit($buttonCode.memberTagDelGroup)"
style=
"margin-left: 0"
class=
"edit-btn el-button--text"
>
删除
</el-button>
...
...
@@ -398,9 +399,9 @@
<p
class=
"h-18"
>
{{
scope
.
row
.
latestUpdateTime
|
formatTimeHMS
}}
</p>
</
template
>
</el-table-column>
<el-table-column
label=
"
更新频率"
prop=
"updateTyp
e"
min-width=
"100"
>
<el-table-column
label=
"
分类名称"
prop=
"groupClassifyNam
e"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
|
formatUpdateFrequency
}}
{{
scope
.
row
.
groupClassifyName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"peopleCover"
label=
"覆盖人数"
show-overflow-tooltip
min-width=
"100"
>
...
...
src/view/platformTag/member-tag.vue
View file @
c9ab3abf
...
...
@@ -164,7 +164,7 @@
</el-radio-group>
</div>
<div
class=
"form-item"
>
<label
for=
""
>
更新频
率
<span
class=
"desc-labeltxt"
>
{{
updateTypeDesc
()
}}
</span></label>
<label
for=
""
>
更新频
次
<span
class=
"desc-labeltxt"
>
{{
updateTypeDesc
()
}}
</span></label>
<el-select
v-model=
"tagConfig.updateType"
placeholder=
"请选择"
disabled
>
<el-option
v-for=
"(item, index) in rateData"
:key=
"item.label"
:label=
"item.label"
:value=
"index + 1"
></el-option>
</el-select>
...
...
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