海南旅游SAAS
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

4 years ago
  1. <div id="date_time" style="padding-bottom: 20px;">
  2. <div class="block">
  3. <el-date-picker
  4. class="v1"
  5. v-model="start"
  6. type="date"
  7. value-format="yyyy-MM-dd"
  8. placeholder="选择日期">
  9. </el-date-picker>
  10. -
  11. <el-date-picker
  12. v-model="end"
  13. type="date"
  14. value-format="yyyy-MM-dd"
  15. placeholder="选择日期">
  16. </el-date-picker>
  17. <button type="button" class="btn btn-primary" @click="doSearch()">查询</button>
  18. &nbsp;
  19. <button type="button" class="btn btn-primary" @click="reset()">重置</button>
  20. </div>
  21. </div>