修改测试bug
This commit is contained in:
6
types/table.d.ts
vendored
6
types/table.d.ts
vendored
@@ -58,6 +58,12 @@ declare global {
|
||||
replaceValue?: any
|
||||
// 时间格式化
|
||||
timeFormat?: string
|
||||
// 开关控制
|
||||
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