绘制技术监督页面 联调承载能力评估
This commit is contained in:
5
types/table.d.ts
vendored
5
types/table.d.ts
vendored
@@ -59,6 +59,10 @@ declare global {
|
||||
replaceValue?: any
|
||||
// 时间格式化
|
||||
timeFormat?: string
|
||||
// 开关控制
|
||||
onChangeField?: (row: TableRow, value: any) => void
|
||||
activeValue?: string
|
||||
inactiveValue?: string
|
||||
// 自定义组件/函数渲染
|
||||
customRender?: string | Component
|
||||
// 使用了 render 属性时,渲染前对字段值的预处理方法,请返回新值
|
||||
@@ -88,6 +92,7 @@ declare global {
|
||||
disabledTip?: boolean
|
||||
// 自定义点击事件
|
||||
click?: (row: TableRow, field: TableColumn) => void
|
||||
|
||||
// 按钮是否禁用,请返回布尔值
|
||||
disabled?: (row: TableRow, field: TableColumn) => boolean
|
||||
// 自定义el-button属性
|
||||
|
||||
Reference in New Issue
Block a user