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
c7450120
Commit
c7450120
authored
Jun 11, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉选中的标签更新状态切换
parent
ef6d16c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tag-container.vue
src/view/platformTag/tag-container.vue
+4
-2
No files found.
src/view/platformTag/tag-container.vue
View file @
c7450120
...
...
@@ -5,9 +5,11 @@
<el-table-column
label=
"标签名称"
prop=
"tagName"
min-width=
"150"
>
<template
slot-scope=
"scope"
>
<span
class=
"tag-name"
>
{{
scope
.
row
.
tagName
}}
</span>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.refersh ? '更新标签' : '添加标签'"
placement=
"bottom"
>
<!--
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.refersh ? '更新标签' : '添加标签'"
placement=
"bottom"
>
-->
<el-tooltip
class=
"item"
effect=
"dark"
content=
"添加标签"
placement=
"bottom"
>
<!-- :class="
{ 'icon-shoudonggengxin': scope.row.refersh }" -->
<i
class=
"iconfont icon-tag-name"
:class=
"scope.row.refersh ? 'icon-shoudonggengxin' : 'icon-jia'"
@
click=
"addTag(scope.row)"
></i>
<!--
<i
class=
"iconfont icon-tag-name"
:class=
"scope.row.refersh ? 'icon-shoudonggengxin' : 'icon-jia'"
@
click=
"addTag(scope.row)"
></i>
-->
<i
class=
"iconfont icon-tag-name icon-jia"
@
click=
"addTag(scope.row)"
></i>
</el-tooltip>
</
template
>
</el-table-column>
...
...
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