加提示
This commit is contained in:
parent
7c55f118b5
commit
c8a30044ce
|
@ -361,7 +361,11 @@
|
|||
v-for="item in deptList"
|
||||
:key="item.value"
|
||||
>
|
||||
<a-tooltip v-if="item.label.length > 9">
|
||||
<template #title>{{ item.label }}</template>
|
||||
{{ item.label }}
|
||||
</a-tooltip>
|
||||
<template v-else>{{ item.label }}</template>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
|
|
Loading…
Reference in New Issue