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:
jl-zhoujl2
2022-10-11 17:10:13 +08:00
25 changed files with 742 additions and 733 deletions

View File

@ -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路径信息