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
4905e5e5
Commit
4905e5e5
authored
May 11, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 分组
parent
f48b2e3f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
group-list.vue
src/view/memberGroup/group-list.vue
+3
-0
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+3
-1
member-tag.vue
src/view/platformTag/member-tag.vue
+1
-1
No files found.
src/view/memberGroup/group-list.vue
View file @
4905e5e5
...
...
@@ -533,6 +533,9 @@ export default {
}
li
:hover
{
background-color
:
#EBEFFE
;
span
{
color
:
#2f54eb
;
}
.icon
{
color
:
#2f54eb
;
}
...
...
src/view/memberGroup/memberGroupList.vue
View file @
4905e5e5
...
...
@@ -10,7 +10,7 @@
<div
class=
"right-content"
>
<!-- 左边的会员分组 -->
<div
class=
"left-box"
v-show=
"activeType != 3 || !isNew"
>
<group-list
:addGroupDialog
.
sync=
"addGroupDialog"
:activeType=
"activeType"
@
getRecommend=
"getRecommend"
@
second-list=
"getsecondList"
></group-list>
<group-list
ref=
"groupList"
:addGroupDialog
.
sync=
"addGroupDialog"
:activeType=
"activeType"
@
getRecommend=
"getRecommend"
@
second-list=
"getsecondList"
></group-list>
<div
@
click=
"addGroupDialog = true"
:limit-code=
"$buttonCode.memberTagAddCateGory"
v-if=
"$getButtonLimit($buttonCode.memberTagAddCateGory) && activeType != 3"
class=
"add-category"
>
<el-button
v-show=
"activeType == 1"
type=
"primary"
class=
"ghost-btn add-group"
>
新增分类
</el-button>
</div>
...
...
@@ -818,6 +818,7 @@ export default {
(
res
.
result
||
[]).
length
||
this
.
$message
.
success
({
message
:
'删除成功'
});
this
.
$refs
.
groupList
.
getMemberGroupList
();
this
.
getGroupList
();
this
.
handleDelGroupMsg
(
res
.
result
);
}
...
...
@@ -1469,6 +1470,7 @@ export default {
(
res
.
result
||
[]).
length
||
this
.
$message
.
success
({
message
:
'删除成功'
});
this
.
$refs
.
groupList
.
getFixedMemberGroupList
();
this
.
getGroupList
();
this
.
handleDelGroupMsg
(
res
.
result
);
}
...
...
src/view/platformTag/member-tag.vue
View file @
4905e5e5
...
...
@@ -148,7 +148,7 @@
</el-radio-group>
</div>
<div
:class=
"['form-item', 'm-t-10']"
v-if=
"tagConfig.fixedType"
>
<label
for=
""
>
固化生效时间
{{
tagConfig
.
isRealTime
}}
</label>
<label
for=
""
>
固化生效时间
</label>
<el-date-picker
:clearable=
"false"
:picker-options=
"tagConfig.isRealTime ? realTimeOptions : fixedTimeOptions"
...
...
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