Explorar el Código

修改活动日志查询条件增加时分秒

asd123a20 hace 2 años
padre
commit
ce45f36df0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/activity/activitylog.vue

+ 2 - 2
src/views/activity/activitylog.vue

@@ -29,8 +29,8 @@
             <el-date-picker
               v-model="dateRange"
               style="width: 240px"
-              value-format="yyyy-MM-dd"
-              type="daterange"
+              value-format="yyyy-MM-dd HH:mm:ss"
+              type="datetimerange"
               range-separator="-"
               start-placeholder="开始日期"
               end-placeholder="结束日期"