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
ada217e9
Commit
ada217e9
authored
Apr 11, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 标签
parent
e9191f65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
tag-config-options.vue
src/components/tag/tag-config-options.vue
+16
-3
No files found.
src/components/tag/tag-config-options.vue
View file @
ada217e9
...
...
@@ -214,15 +214,18 @@
filterable
remote
style=
"width: 100%"
placeholder=
"请输入
关键词
"
placeholder=
"请输入
导购名称或code
"
:reserve-keyword=
"false"
:remote-method=
"remoteMethod"
@
focus=
"remoteMethodFocus($event, parent, pindex)"
@
change=
"changeRemoteMethod(parent)"
class=
"el-select--small"
>
<el-option
v-for=
"item in parent.searchOptions"
:key=
"item.key"
:label=
"item.value"
:value=
"item.key"
></el-option>
</el-select
>
<el-option
class=
"options"
v-for=
"item in parent.searchOptions"
:key=
"item.key"
:label=
"item.value"
:value=
"item.key"
>
<p>
{{
item
.
value
||
'--'
}}
</p>
<p>
{{
item
.
clerkCode
||
'--'
}}
</p>
</el-option>
</el-select>
</div>
<!--
<div
class=
"m-t-18 add-tags-wrap"
>
<template
v-for=
"(item, index) in parent.addSelectTags"
>
...
...
@@ -2598,4 +2601,14 @@ export default {
content
:
'\E619'
;
transform
:
translateX
(
8px
)
rotate
(
180deg
);
}
.el-select-dropdown__list
.options.el-select-dropdown__item
{
height
:
52px
!important
;
p{
line-height
:
24px
;
&:last-of-type
{
color
:
#909399
;
font-size
:
12px
;
}
}
}
</
style
>
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