mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
refactor: 兼容移动端,下拉类型组件去掉输入事件,防止再调用键盘事件
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
:append-to-body="inScreen"
|
||||
value-format="timestamp"
|
||||
:size="size"
|
||||
:editable="false"
|
||||
@change="dateChange"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
v-model="options.value"
|
||||
:placeholder="options.attrs.placeholder"
|
||||
:size="size"
|
||||
:editable="false"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user