Fix comment typos in CompTypeEnum.ts
parent
4856c436d9
commit
ca2c6aa5da
|
@ -18,7 +18,7 @@ export enum CompTypeEnum {
|
||||||
CatTree = 'cat_tree',
|
CatTree = 'cat_tree',
|
||||||
//下拉搜索
|
//下拉搜索
|
||||||
SelSearch = 'search',
|
SelSearch = 'search',
|
||||||
//用户现在框
|
//用户选择框
|
||||||
SelUser = 'sel_user',
|
SelUser = 'sel_user',
|
||||||
//复选框
|
//复选框
|
||||||
Checkbox = 'checkbox',
|
Checkbox = 'checkbox',
|
||||||
|
|
Loading…
Reference in New Issue