fix issue
This commit is contained in:
parent
0e0b46830e
commit
d17abdf4b2
@ -59,7 +59,7 @@ const ColumnTypeDefs = {
|
|||||||
let r = lang;
|
let r = lang;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 键值对
|
* 数据项
|
||||||
* @typedef ValueItem
|
* @typedef ValueItem
|
||||||
* @property {any} Value - 值
|
* @property {any} Value - 值
|
||||||
* @property {string} DisplayValue - 显示值
|
* @property {string} DisplayValue - 显示值
|
||||||
@ -67,18 +67,18 @@ let r = lang;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 键值对象
|
* 键值字典
|
||||||
* @ignore
|
|
||||||
* @template T
|
* @template T
|
||||||
* @typedef KeyMap
|
* @typedef KeyMap
|
||||||
* @type {{[key: string]: T}}
|
* @type1 {{[key: string]: T}}
|
||||||
|
* @type {Map<string, T>}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 行数据对象
|
* 行数据对象
|
||||||
* @typedef GridRowItem
|
* @typedef GridRowItem
|
||||||
* @type {KeyMap<ValueItem>}
|
* @type {KeyMap<ValueItem>}
|
||||||
* @property {(ValueItem | any)} {key} - 数据属性
|
* @property {(ValueItem | any)} {key} - 数据项
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user