历史数据添加日期查询插件

This commit is contained in:
zhouyuejun
2018-12-20 15:45:20 +08:00
parent 633f3fb560
commit 7f4e0ced52
15 changed files with 601 additions and 630 deletions
+5 -4
View File
@@ -26,9 +26,9 @@
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
}
],
"styles": [
@@ -43,7 +43,8 @@
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/ztree/js/jquery.ztree.core.min.js",
"node_modules/ztree/js/jquery.ztree.excheck.min.js",
"node_modules/ztree/js/jquery.ztree.exhide.min.js"
"node_modules/ztree/js/jquery.ztree.exhide.min.js",
"node_modules/layui-laydate/dist/laydate.js"
]
},
"configurations": {