1、入驻人员

This commit is contained in:
2025-06-23 09:39:53 +08:00
parent 255481861a
commit 8c5d26c12e
12 changed files with 696 additions and 137 deletions

View File

@@ -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,