运行管理

This commit is contained in:
仲么了
2023-12-28 14:06:57 +08:00
parent c1b08dabd4
commit a16c31707f
6 changed files with 528 additions and 32 deletions

2
types/table.d.ts vendored
View File

@@ -57,7 +57,7 @@ declare global {
customRender?: string | Component
// 使用了 render 属性时,渲染前对字段值的预处理方法,请返回新值
renderFormatter?: (row: TableRow, field: TableColumn, value: any, column: any, index: number) => any
// 自定义渲染模板,方法可返回html内容
// 自定义渲染模板,方法可返回jsx内容
customTemplate?: (
row: TableRow,
field: TableColumn,