新增表格参数(通过自定义函数设置标题样式headerStyle)

This commit is contained in:
RuoYi
2020-09-10 11:19:16 +08:00
parent c90e6f5fba
commit 7e615f6c84
5 changed files with 103 additions and 0 deletions

View File

@@ -250,6 +250,15 @@ public class DemoTableController extends BaseController
return prefix + "/print";
}
/**
* 表格标题格式化
*/
@GetMapping("/headerStyle")
public String headerStyle()
{
return prefix + "/headerStyle";
}
/**
* 表格其他操作
*/