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
2b85f850
Commit
2b85f850
authored
Jul 04, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 替换组件
parent
b3d9685c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
member-tag.vue
src/view/platformTag/member-tag.vue
+4
-3
No files found.
src/view/platformTag/member-tag.vue
View file @
2b85f850
...
...
@@ -186,7 +186,8 @@
</div>
</div>
<edit-tag
:showEditTagPop
.
sync=
"showEditTagPop"
:tagData=
"tagData"
:title=
"editPopType === 'add' ? '添加标签' : '更新标签'"
@
returnTagData=
"returnTagData"
@
refersh=
"refersh"
></edit-tag>
<manual-tag-edit
:options=
"manualTagPop"
:current-type=
"activeTag"
:showPop
.
sync=
"manualTagPop.show"
@
save=
"addNewTag"
></manual-tag-edit>
<dm-memberTag-val
:options=
"manualTagPop"
:current-type=
"activeTag"
:showPop
.
sync=
"manualTagPop.show"
@
save=
"addNewTag"
></dm-memberTag-val>
<!--
<manual-tag-edit
:options=
"manualTagPop"
:current-type=
"activeTag"
:showPop
.
sync=
"manualTagPop.show"
@
save=
"addNewTag"
></manual-tag-edit>
-->
<Trash
/>
</div>
</
template
>
...
...
@@ -199,7 +200,7 @@ import TagType from './tag-type';
import
TagContainer
from
'./tag-container'
;
import
TagContainerSystem
from
'./tag-container-system'
;
import
TagContainerActive
from
'./tag-container-active'
;
import
ManualTagEdit
from
'../manualTag/manualTagEdit'
;
//
import ManualTagEdit from '../manualTag/manualTagEdit';
import
{
getMemberTag
,
getMemberTagList
,
addNewGroup
,
memberGroupList
,
groupCount
,
getMemberTagGradeEnsure
,
isAutomaticSync
,
isShowSystemTag
}
from
'@/request/api'
;
import
EditTag
from
'../memberGroup/edit-tag'
;
import
Trash
from
'@/components/Trash.vue'
;
...
...
@@ -233,7 +234,7 @@ export default {
TagContainerManual
:
TagContainer
,
TagsGroupList
,
EditTag
,
ManualTagEdit
,
//
ManualTagEdit,
Trash
,
TagContainerSystem
,
TagContainerActive
...
...
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