修改虚拟订单不能时间筛选问题
This commit is contained in:
		
							parent
							
								
									7a43087ae0
								
							
						
					
					
						commit
						c1f846a633
					
				@ -31,18 +31,19 @@
 | 
			
		||||
              <Option value="CANCELLED">已取消</Option>
 | 
			
		||||
            </Select>
 | 
			
		||||
          </Form-item>
 | 
			
		||||
          <Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
 | 
			
		||||
          <Form-item label="下单时间">
 | 
			
		||||
            <DatePicker
 | 
			
		||||
              v-model="selectDate"
 | 
			
		||||
              type="datetimerange"
 | 
			
		||||
              format="yyyy-MM-dd HH:mm:ss"
 | 
			
		||||
              format="yyyy-MM-dd"
 | 
			
		||||
              clearable
 | 
			
		||||
              @on-change="selectDateRange"
 | 
			
		||||
              placeholder="选择起始时间" 
 | 
			
		||||
              style="width: 200px"
 | 
			
		||||
            ></DatePicker>
 | 
			
		||||
          </Form-item>
 | 
			
		||||
          <Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
 | 
			
		||||
          
 | 
			
		||||
        </Form>
 | 
			
		||||
      </Row>
 | 
			
		||||
      <Table
 | 
			
		||||
@ -94,6 +95,7 @@
 | 
			
		||||
          buyerName: "",
 | 
			
		||||
          orderStatus: ""
 | 
			
		||||
        },
 | 
			
		||||
     
 | 
			
		||||
        selectDate: null, // 下单时间
 | 
			
		||||
        columns: [
 | 
			
		||||
          {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user