kgdxpr 2 years ago
commit 6fa3b2bd2c

@ -74,7 +74,7 @@ body {
}
.vcode-img {
position:absolute;
position: absolute;
right: 10px;
}
@ -83,8 +83,8 @@ body {
}
.user-name-li input,
.vcode-li input,
.user-name-li input ,
.vcode-li input ,
.password-li input {
width: 350px;
border: 0px;
@ -141,9 +141,6 @@ body {
}
.input-button {
width: 390px;
height: 56px;

@ -83,6 +83,10 @@
<button type="button" class="layui-btn layui-btn-sm" title="复制" lay-event="copy">
<i class="iconfont icon-fuzhi"></i>
</button>
<button type="button" class="layui-btn layui-btn-sm" title="导出表结构" lay-event="exportStruct">
<i class="iconfont icon-daochu"></i>
</button>
{{# } }}
<button type="button" class="layui-btn layui-btn-sm" title="导出原始Excel" lay-event="export">
@ -164,6 +168,8 @@
window.postpone(obj);
} else if (obj.event === 'del') {
window.del(obj);
}else if(obj.event==='exportStruct'){
window.exportStruct(obj);
}
});
@ -228,6 +234,10 @@
window.location = "/QingLong/Excel/" + obj.data.upload_excel_filename;
}
window.exportStruct=function (obj){
window.location = "/QingLong/collect/exportTableStructExcel?job_id=" + obj.data.job_id;
}
window.copy = function (obj) {
layer.open({
type: 2,

@ -375,6 +375,12 @@
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<!--积木报表-->
<!-- <dependency>-->
<!-- <groupId>org.jeecgframework.jimureport</groupId>-->
<!-- <artifactId>jimureport-spring-boot-starter</artifactId>-->
<!-- <version>1.6.6</version>-->
<!-- </dependency>-->
<!--官方版本的Elasticsearch API Java-->
<dependency>
<groupId>co.elastic.clients</groupId>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -29,4 +29,17 @@
别人笑我忒疯癫,我笑自己命太贱;
不见满街漂亮妹,哪个归得程序员?
/$$$$$$ /$$ /$$
/$$__ $$|__/ | $$
| $$ \ $$ /$$ /$$$$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$ | $$| $$| $$__ $$ /$$__ $$| $$ /$$__ $$| $$__ $$ /$$__ $$
| $$ | $$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$| $$ \ $$| $$ \ $$
| $$/$$ $$| $$| $$ | $$| $$ | $$| $$ | $$ | $$| $$ | $$| $$ | $$
| $$$$$$/| $$| $$ | $$| $$$$$$$| $$$$$$$$| $$$$$$/| $$ | $$| $$$$$$$
\____ $$$|__/|__/ |__/ \____ $$|________/ \______/ |__/ |__/ \____ $$
\__/ /$$ \ $$ /$$ \ $$
| $$$$$$/ | $$$$$$/
\______/ \______/
power by http://patorjk.com/software/taag/
Loading…
Cancel
Save