From 1dc40b65b921a670ff92d59b30d3b957ad521840 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 27 六月 2020 14:51:43 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/stoMan/stoQue.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js index 4fe0666..bfbe5d5 100644 --- a/src/main/webapp/static/js/stoMan/stoQue.js +++ b/src/main/webapp/static/js/stoMan/stoQue.js @@ -7,6 +7,12 @@ var layDate = layui.laydate; var form = layui.form; + layDate.render({ + elem: '.layui-laydate-range' + ,type: 'datetime' + ,range: true + }); + // 鏁版嵁娓叉煋 tableIns = table.render({ elem: '#stoQue', -- Gitblit v1.9.1