Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
4a5ead26
Commit
4a5ead26
authored
Aug 23, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回访 新增 标签编辑界面,鼠标hover显示标签备注
parent
2b660a92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
index.vue
src/components/callBack/index.vue
+13
-4
No files found.
src/components/callBack/index.vue
View file @
4a5ead26
...
...
@@ -82,11 +82,20 @@
<el-form
label-width=
"120px"
>
<el-form-item
label=
"已有标签:"
class=
"callback-tag-wrapper"
>
<
template
v-if=
"tag.length"
>
<el-tag
<el-popover
placement=
"top"
title=
"标签备注"
width=
"160"
trigger=
"hover"
:key=
"item.id"
v-for=
"item in tag"
@
close=
"tagDel(item)"
:closable=
"item.type==1 ? false : true"
:type=
"item.type==1 ? 'info' : ''"
>
{{
item
.
label_name
}}
</el-tag>
:content=
"item.label_desc ? item.label_desc : '暂无备注'"
>
<el-tag
slot=
"reference"
@
close=
"tagDel(item)"
:closable=
"item.type==1 ? false : true"
:type=
"item.type==1 ? 'info' : ''"
>
{{
item
.
label_name
}}
</el-tag>
</el-popover>
</
template
>
<
template
v-else
>
暂无
...
...
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