添加exportOptions属性,防止前端导出无法忽略操作列
This commit is contained in:
@ -46,9 +46,12 @@
|
||||
.mb20 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.ml20 {
|
||||
.m20 {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.m50 {
|
||||
margin-left: 50px;
|
||||
}
|
||||
.img-xs {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -618,6 +621,13 @@ label {
|
||||
margin: 5px 15px 5px 0px;
|
||||
}
|
||||
|
||||
.select-list li p{
|
||||
float: left;
|
||||
width: 80px;
|
||||
margin: 5px 15px 5px 0px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.select-list li input {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
@ -748,6 +758,13 @@ label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select-title{
|
||||
color:#3d5266;
|
||||
font-size:15px;
|
||||
padding:10px 0px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/** 表格查询数据 **/
|
||||
.table-striped {
|
||||
min-height: 75%;
|
||||
@ -894,4 +911,4 @@ label {
|
||||
height: 32px;
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
}
|
@ -82,6 +82,7 @@
|
||||
columns: options.columns, // 显示列信息(*)
|
||||
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
|
||||
onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
|
||||
exportOptions: options.exportOptions, // 前端导出忽略列索引
|
||||
});
|
||||
},
|
||||
// 查询条件
|
||||
|
Reference in New Issue
Block a user