This commit is contained in:
shijing 2025-05-13 10:31:50 +08:00
commit 5c9bded384
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<el-input ref="inputRef" v-model="selectLabel" :readonly="true" :placeholder="placeholder">
<el-input ref="inputRef" v-model="selectLabel" :readonly="true" :placeholder="placeholder" @click="showPopover = true">
<template #prefix v-if="edit">
<el-button
text