mirror of https://gitee.com/y_project/RuoYi.git
新增表格参数(自定义打印页面模板printPageBuilder)
parent
697a989ab3
commit
3e37ba5f1f
|
@ -142,7 +142,7 @@ var table = {
|
|||
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
|
||||
onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
|
||||
exportOptions: options.exportOptions, // 前端导出忽略列索引
|
||||
printPageBuilder: printPageBuilder, // 自定义打印页面模板
|
||||
printPageBuilder: options.printPageBuilder, // 自定义打印页面模板
|
||||
detailFormatter: options.detailFormatter, // 在行下面展示其他数据列表
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue