forked from github/dataease
Merge pull request #332 from dataease/pr@dev@fix_panel_filter-date
fix:全屏预览模式下日期控件下拉不显示问题
This commit is contained in:
commit
47582f6261
@ -8,6 +8,7 @@
|
|||||||
:start-placeholder="$t(options.attrs.startPlaceholder)"
|
:start-placeholder="$t(options.attrs.startPlaceholder)"
|
||||||
:end-placeholder="$t(options.attrs.endPlaceholder)"
|
:end-placeholder="$t(options.attrs.endPlaceholder)"
|
||||||
:placeholder="$t(options.attrs.placeholder)"
|
:placeholder="$t(options.attrs.placeholder)"
|
||||||
|
:append-to-body="inScreen"
|
||||||
style="min-height: 36px;"
|
style="min-height: 36px;"
|
||||||
@change="dateChange"
|
@change="dateChange"
|
||||||
/>
|
/>
|
||||||
@ -25,6 +26,11 @@ export default {
|
|||||||
inDraw: {
|
inDraw: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true
|
default: true
|
||||||
|
},
|
||||||
|
inScreen: {
|
||||||
|
type: Boolean,
|
||||||
|
required: false,
|
||||||
|
default: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
Loading…
Reference in New Issue
Block a user