增加前端格式检查配置
This commit is contained in:
@@ -60,6 +60,6 @@ export function getSystemConfigSelectOptions(key: string) {
|
||||
}
|
||||
|
||||
export function formatSystemConfigSelectValue(key: string, value: string) {
|
||||
const option = getSystemConfigSelectOptions(key)?.find((item) => item.value === value)
|
||||
const option = getSystemConfigSelectOptions(key)?.find(item => item.value === value)
|
||||
return option?.label || null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user