修改冀北现场问题
绘制 算法库 案例库页面 联调 辽宁 有功功率页面
This commit is contained in:
3
types/table.d.ts
vendored
3
types/table.d.ts
vendored
@@ -57,6 +57,7 @@ declare global {
|
||||
custom?: any
|
||||
// 值替换数据,如{open: '开'}
|
||||
replaceValue?: any
|
||||
effect?: any
|
||||
// 时间格式化
|
||||
timeFormat?: string
|
||||
// 开关控制
|
||||
@@ -92,7 +93,7 @@ declare global {
|
||||
disabledTip?: boolean
|
||||
// 自定义点击事件
|
||||
click?: (row: TableRow, field: TableColumn) => void
|
||||
|
||||
|
||||
// 按钮是否禁用,请返回布尔值
|
||||
disabled?: (row: TableRow, field: TableColumn) => boolean
|
||||
showDisabled?: (row: TableRow, field: TableColumn) => boolean
|
||||
|
||||
Reference in New Issue
Block a user