复刻冀北地图
This commit is contained in:
2
types/table.d.ts
vendored
2
types/table.d.ts
vendored
@@ -66,6 +66,8 @@ declare global {
|
||||
onChangeField?: (row: TableRow, value: any) => void
|
||||
activeValue?: string
|
||||
inactiveValue?: string
|
||||
activeText?: string
|
||||
inactiveText?: string
|
||||
// 自定义组件/函数渲染
|
||||
customRender?: string | Component
|
||||
// 使用了 render 属性时,渲染前对字段值的预处理方法,请返回新值
|
||||
|
||||
Reference in New Issue
Block a user