|
@@ -15,9 +15,9 @@
|
|
width="180px" @select="handleSelect">
|
|
width="180px" @select="handleSelect">
|
|
<i class="el-icon-search el-input__icon" slot="suffix" @click="handleSelect"></i>
|
|
<i class="el-icon-search el-input__icon" slot="suffix" @click="handleSelect"></i>
|
|
<template slot-scope="{ item }">
|
|
<template slot-scope="{ item }">
|
|
- <div class="name" style="position: relative;">
|
|
|
|
- {{ item.data.RoomLocalName | cutString(8) }}
|
|
|
|
- <span class="addr" style="position: absolute;right:10px;color:#409EFF;">定位</span>
|
|
|
|
|
|
+ <div class="name" style="position: relative;padding-right:40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;" :title="item.data.RoomLocalName">
|
|
|
|
+ {{ item.data.RoomLocalName }}
|
|
|
|
+ <span class="addr" style="position: absolute;right:0;color:#409EFF;">定位</span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-autocomplete>
|
|
</el-autocomplete>
|