From 516620247665374f8bc7e823ed342b449427f6c0 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期三, 24 六月 2020 22:11:24 +0800 Subject: [PATCH] 大小 --- src/main/webapp/static/js/matCode/matCode.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js index 307b4f6..afa6628 100644 --- a/src/main/webapp/static/js/matCode/matCode.js +++ b/src/main/webapp/static/js/matCode/matCode.js @@ -486,6 +486,11 @@ elem: '#modiTime\\$', type: 'datetime' }); + layDate.render({ + elem: '.layui-laydate-range' + ,type: 'datetime' + ,range: true + }); }); -- Gitblit v1.9.1