fix 80474
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<div class="company-select">
|
||||
<a-row>
|
||||
<a-col :span="20">
|
||||
<a-tooltip v-if="isMultiple">
|
||||
<!-- fix:80474 没有内容时不显示悬浮 -->
|
||||
<a-tooltip v-if="isMultiple && value[valueKey]">
|
||||
<template slot="title">{{ value[valueKey] }}</template>
|
||||
<a-input @click="chooseBusiness" :value="value[valueKey]" v-bind="$attrs" :readOnly="true" unselectable="on"></a-input>
|
||||
</a-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user