Merge branch '20221011-小优客服代码弃用' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room
This commit is contained in:
@ -50,6 +50,15 @@ export function returnDictVal(data: any, value: any) {
|
||||
}
|
||||
return val;
|
||||
}
|
||||
/**
|
||||
* procurementType标的类型转换多个 20220927
|
||||
*/
|
||||
export function multipleTypeTransform(value: string | null | undefined, valueEnum: any): string {
|
||||
if (valueEnum && value) {
|
||||
return value.split(",").map(item => valueEnum[item].text).join();
|
||||
}
|
||||
return "-";
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取url路径信息
|
||||
|
Reference in New Issue
Block a user