Преглед изворни кода

Error table -> Date filter not working
https://dev.wormwood.com.sg/zentao/task-view-466.html

vbea пре 1 година
родитељ
комит
51fe7320c7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Strides-Admin/src/views/incident/error_table.vue

+ 1 - 1
Strides-Admin/src/views/incident/error_table.vue

@@ -19,7 +19,7 @@
           type="date"
           format="yyyy-MM-dd"
           value-format="yyyy-MM-dd"
-          :clearable="false"
+          clearable
           class="filter-view-item"
           placeholder="Filter Date"
           @change="handleFilter"/>