|
@@ -396,9 +396,16 @@ export default defineComponent({
|
|
|
v-model:show={state.oPopover}
|
|
|
actions={state.actionTerm}
|
|
|
onSelect={onSelect}
|
|
|
+ teleport={'body'}
|
|
|
/>
|
|
|
|
|
|
- <Popup v-model:show={state.timeShow} position="bottom" round class={'popupBottomSearch'}>
|
|
|
+ <Popup
|
|
|
+ v-model:show={state.timeShow}
|
|
|
+ position="bottom"
|
|
|
+ round
|
|
|
+ class={'popupBottomSearch'}
|
|
|
+ teleport={'body'}
|
|
|
+ >
|
|
|
<DatePicker
|
|
|
v-model={state.currentData}
|
|
|
columnsType={['year']}
|