加提示

This commit is contained in:
a0049873 2023-01-06 17:17:43 +08:00
parent 7c55f118b5
commit c8a30044ce
1 changed files with 5 additions and 1 deletions

View File

@ -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>