新增表格参数(自定义打印页面模板printPageBuilder)

This commit is contained in:
RuoYi
2020-12-21 12:24:09 +08:00
parent e5f914277e
commit 697a989ab3
2 changed files with 49 additions and 1 deletions

View File

@ -142,6 +142,7 @@ var table = {
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
exportOptions: options.exportOptions, // 前端导出忽略列索引
printPageBuilder: printPageBuilder, // 自定义打印页面模板
detailFormatter: options.detailFormatter, // 在行下面展示其他数据列表
});
},