仪表盘
版本库
文件存储
活动
搜索
登录
WI
/
Web.Admin.V1.0
后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test
yangyin
2024-11-15
e71dad5482dab3886e808d09c52e5f0eb36567ad
[WI/Web.Admin.V1.0.git]
/
src
/
views
/
types
/
health
/
index.ts
1
2
3
4
5
6
7
8
9
export enum AppraiseWay {
Auto = 0,
Manual = 1,
}
export const appraiseWayMap = {
[AppraiseWay.Auto]: '自动评价',
[AppraiseWay.Manual]: '人工评价',
} as const;