配置列表
This commit is contained in:
+10
-1
@@ -88,4 +88,13 @@ export const formatRelation=(val)=>{
|
||||
}else{
|
||||
return ''
|
||||
}
|
||||
}
|
||||
};
|
||||
export const formatMultipoint=(val)=>{
|
||||
//医生多点执业认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败)
|
||||
let data={0:'未认证',1:'认证通过', 2:'审核中', 3:'认证失败'}
|
||||
if(val|| val==0){
|
||||
return data[val]
|
||||
}else{
|
||||
return ''
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user