[improvement](webapp) optimize filter css styles and modify menu name

Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
jerryjzhang
2023-09-04 14:22:52 +08:00
parent fbd145fd92
commit 90e62ddccc
11 changed files with 116 additions and 88 deletions

View File

@@ -49,7 +49,7 @@ export type FilterItemType = {
bizName: string;
operator: string;
type: string;
value: string;
value: any;
};
export type ModelType = {