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

pull/247/head
RuoYi 2020-12-21 12:32:25 +08:00
parent 697a989ab3
commit 3e37ba5f1f
1 changed files with 1 additions and 1 deletions

View File

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