调整弹出气泡无法取消的bug
This commit is contained in:
parent
c071564de4
commit
952062d5be
|
@ -35,6 +35,7 @@
|
|||
<Edit />
|
||||
</el-icon>
|
||||
<el-popover
|
||||
v-model:visible="dictionary.visible"
|
||||
placement="top"
|
||||
width="160"
|
||||
>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
@click="updateSysDictionaryDetailFunc(scope.row)"
|
||||
>变更</el-button>
|
||||
<el-popover
|
||||
v-model="scope.row.visible"
|
||||
v-model:visible="scope.row.visible"
|
||||
placement="top"
|
||||
width="160"
|
||||
>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
>
|
||||
<template #default="scope">
|
||||
<el-popover
|
||||
v-model="scope.row.visible"
|
||||
v-model:visible="scope.row.visible"
|
||||
placement="top"
|
||||
width="160"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue