Explorar el Código

调整时间格式

DuGuYang hace 3 años
padre
commit
f3ccca1e6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wwwroot/layuiadmin/modules_main/ExportExcels_Admin.js

+ 1 - 1
wwwroot/layuiadmin/modules_main/ExportExcels_Admin.js

@@ -32,7 +32,7 @@ layui.config({
     var laydate = layui.laydate;
     var layCreateDate = laydate.render({
         elem: '#CreateDate',
-        type: 'datetime',
+        type: 'date',
         range: true,
         trigger: 'click',
         change: function (value, date, endDate) {