|  | @@ -396,9 +396,16 @@ export default defineComponent({
 | 
											
												
													
														|  |            v-model:show={state.oPopover}
 |  |            v-model:show={state.oPopover}
 | 
											
												
													
														|  |            actions={state.actionTerm}
 |  |            actions={state.actionTerm}
 | 
											
												
													
														|  |            onSelect={onSelect}
 |  |            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
 |  |            <DatePicker
 | 
											
												
													
														|  |              v-model={state.currentData}
 |  |              v-model={state.currentData}
 | 
											
												
													
														|  |              columnsType={['year']}
 |  |              columnsType={['year']}
 |