更新环境配置,修正服务地址;新增 RWA 产品管理相关组件及功能;优化表格数据展示及状态渲染逻辑
This commit is contained in:
2
src/typings/common.d.ts
vendored
2
src/typings/common.d.ts
vendored
@@ -22,4 +22,6 @@ declare namespace CommonType {
|
||||
type RecordNullable<T> = {
|
||||
[K in keyof T]?: T[K] | null;
|
||||
};
|
||||
|
||||
type TreatyBody<T> = T extends (...args: any[]) => any ? NonNullable<Parameters<T>[0]> : never;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user