Commit ada217e9 by liuchenxi

update: 标签

parent e9191f65
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment