增加待审批页面
This commit is contained in:
@@ -8,4 +8,13 @@ export function formatIOS(type){
|
||||
return result[type];
|
||||
}
|
||||
|
||||
// 紧急程度 1-紧急 2-急 3-一般
|
||||
export function formatLevel(type){
|
||||
const result = {
|
||||
1:'紧急',
|
||||
2:'急',
|
||||
3:'一般',
|
||||
}
|
||||
return result[type];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user