You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							677 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							677 B
						
					
					
				
								<div id="date_time" style="padding-bottom: 20px;">
							 | 
						|
								    <div class="block">
							 | 
						|
								        <el-date-picker
							 | 
						|
								            class="v1"
							 | 
						|
								            v-model="start"
							 | 
						|
								            type="date"
							 | 
						|
								            value-format="yyyy-MM-dd"
							 | 
						|
								            placeholder="选择日期">
							 | 
						|
								        </el-date-picker>
							 | 
						|
								        -
							 | 
						|
								        <el-date-picker
							 | 
						|
								            v-model="end"
							 | 
						|
								            type="date"
							 | 
						|
								            value-format="yyyy-MM-dd"
							 | 
						|
								            placeholder="选择日期">
							 | 
						|
								        </el-date-picker>
							 | 
						|
								        <button type="button" class="btn btn-primary" @click="doSearch()">查询</button>
							 | 
						|
								         
							 | 
						|
								        <button type="button" class="btn btn-primary" @click="reset()">重置</button>
							 | 
						|
								    </div>
							 | 
						|
								</div>
							 | 
						|
								
							 |