1、入驻人员
This commit is contained in:
@@ -159,6 +159,10 @@ export function renderDict(value: number | string, dictName: string) {
|
||||
const dictInfo = getDictOptions(dictName);
|
||||
return renderDictTag(value, dictInfo);
|
||||
}
|
||||
export function renderDictValue(value: number | string, dictName: string) {
|
||||
const dictInfo = getDictOptions(dictName);
|
||||
return dictInfo[0].label??'';
|
||||
}
|
||||
export function renderIconSpan(
|
||||
icon: ComponentType,
|
||||
value: string,
|
||||
|
Reference in New Issue
Block a user