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
dd9a6767
Commit
dd9a6767
authored
Apr 19, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: bug修复
parent
d999b9ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
utils.js
src/utils/utils.js
+1
-1
group-list.vue
src/view/memberGroup/group-list.vue
+3
-3
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+1
-0
member-tag.vue
src/view/platformTag/member-tag.vue
+5
-2
No files found.
src/utils/utils.js
View file @
dd9a6767
...
@@ -88,6 +88,6 @@ export function toTaskCenter(taskId) {
...
@@ -88,6 +88,6 @@ export function toTaskCenter(taskId) {
customClass
:
'import-link-confirm-content'
,
customClass
:
'import-link-confirm-content'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
window
.
open
(
`
http://gicdev.demogic.com
/gic-web/#/taskDetail/
${
taskId
}
`
);
window
.
open
(
`/gic-web/#/taskDetail/
${
taskId
}
`
);
}).
catch
(()
=>
true
);
}).
catch
(()
=>
true
);
}
}
src/view/memberGroup/group-list.vue
View file @
dd9a6767
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
<!--
<el-collapseTransition>
-->
<!--
<el-collapseTransition>
-->
<!--我的会员分组-->
<!--我的会员分组-->
<ul
class=
"lists"
v-show=
"activeType == '1'"
>
<ul
class=
"lists"
v-show=
"activeType == '1'"
>
<li
@
click=
"addGroupDialog = true"
:limit-code=
"$buttonCode.memberTagAddCateGory"
v-if=
"$getButtonLimit($buttonCode.memberTagAddCateGory)"
style=
"margin-bottom: 10px"
>
<el-button
type=
"primary"
class=
"ghost-btn add-group"
>
新增分类
</el-button>
</li>
<li
v-for=
"(list, i) in lists"
:key=
"i"
:class=
"['member-list',
{ 'active-li': i == currentIndex }]" @click="handleChangeIndex(i, list)">
<li
v-for=
"(list, i) in lists"
:key=
"i"
:class=
"['member-list',
{ 'active-li': i == currentIndex }]" @click="handleChangeIndex(i, list)">
<div>
<div>
<i
class=
"iconfont icon-kehufenzu icon"
></i>
<i
class=
"iconfont icon-kehufenzu icon"
></i>
...
@@ -21,9 +24,6 @@
...
@@ -21,9 +24,6 @@
<i
slot=
"reference"
class=
"iconfont icon-gengduo icon"
></i>
<i
slot=
"reference"
class=
"iconfont icon-gengduo icon"
></i>
</el-popover>
</el-popover>
</li>
</li>
<li
@
click=
"addGroupDialog = true"
:limit-code=
"$buttonCode.memberTagAddCateGory"
v-if=
"$getButtonLimit($buttonCode.memberTagAddCateGory)"
style=
"margin-top:10px"
>
<el-button
type=
"primary"
class=
"ghost-btn add-group"
>
新增分类
</el-button>
</li>
</ul>
</ul>
<!--
</el-collapseTransition>
-->
<!--
</el-collapseTransition>
-->
...
...
src/view/memberGroup/memberGroupList.vue
View file @
dd9a6767
...
@@ -1479,6 +1479,7 @@ export default {
...
@@ -1479,6 +1479,7 @@ export default {
align-items
:
stretch
;
align-items
:
stretch
;
.left-box
{
.left-box
{
flex-shrink
:
0
;
flex-shrink
:
0
;
height
:
100%
;
width
:
200px
;
width
:
200px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-right
:
1px
solid
rgba
(
220
,
223
,
230
,
1
);
border-right
:
1px
solid
rgba
(
220
,
223
,
230
,
1
);
...
...
src/view/platformTag/member-tag.vue
View file @
dd9a6767
...
@@ -781,8 +781,11 @@ export default {
...
@@ -781,8 +781,11 @@ export default {
},
},
getShowSystem
()
{
getShowSystem
()
{
return
isShowSystemTag
().
then
(
res
=>
{
return
isShowSystemTag
().
then
(
res
=>
{
this
.
isShowSystem
=
res
.
result
;
this
.
isShowSystem
=
0
;
if
(
!
res
.
result
)
this
.
activeTag
=
'manual'
;
if
(
!
res
.
result
)
{
this
.
activeTag
=
'manual'
;
this
.
handTag
=
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