fix: base xtSelect edit时不可弹出选择框

This commit is contained in:
caoqianming 2025-12-16 09:03:58 +08:00
parent 364f9320cb
commit e71cb83559
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" @click="showPopover = true">
<el-input ref="inputRef" v-model="selectLabel" :readonly="true" :placeholder="placeholder" @click="()=>{if(edit){showPopover = true}}">
<template #prefix v-if="edit">
<el-button
text