Fix comment typos in CompTypeEnum.ts

pull/867/head
cmdyu 2023-11-21 16:54:01 +08:00 committed by GitHub
parent 4856c436d9
commit ca2c6aa5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export enum CompTypeEnum {
CatTree = 'cat_tree',
//下拉搜索
SelSearch = 'search',
//用户现在
//用户选择
SelUser = 'sel_user',
//复选框
Checkbox = 'checkbox',