feat: base xtSelect点击操作即可弹框
This commit is contained in:
parent
2c29fe6691
commit
f1f59caf41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue