mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style: 优化按钮样式
This commit is contained in:
10
src/typings/common.d.ts
vendored
10
src/typings/common.d.ts
vendored
@ -32,15 +32,15 @@ declare namespace CommonType {
|
||||
/** The res error code */
|
||||
type ErrorCode = '401' | '403' | '404' | 'default';
|
||||
|
||||
/** 构造树型结构数据的配置选项 */
|
||||
/** The configuration options for constructing tree structure data */
|
||||
type TreeConfig = {
|
||||
/** id字段名 */
|
||||
/** id field name */
|
||||
idField: string;
|
||||
/** 父节点字段名 */
|
||||
/** parent id field name */
|
||||
parentIdField?: string;
|
||||
/** 子节点字段名 */
|
||||
/** children field name */
|
||||
childrenField?: string;
|
||||
/** 过滤函数 */
|
||||
/** filter function */
|
||||
filterFn?: (node: any) => boolean;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user