style: add worker ux
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ import { PageActionType, StatusType } from './types';
|
||||
export const PageAction: Record<string, PageActionType> = {
|
||||
CREATE: 'create',
|
||||
UPDATE: 'update',
|
||||
VIEW: 'view'
|
||||
VIEW: 'view',
|
||||
EDIT: 'edit'
|
||||
};
|
||||
|
||||
export const StatusColorMap: Record<
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ export interface DropDownItem {
|
||||
iconfont?: boolean;
|
||||
}
|
||||
|
||||
export type PageActionType = 'create' | 'update' | 'view';
|
||||
export type PageActionType = 'create' | 'update' | 'view' | 'edit';
|
||||
|
||||
export type StatusType =
|
||||
| 'error'
|
||||
|
||||
Reference in New Issue
Block a user