字典值计算属性
private get dicInfoComp() {
return (type: any, options: any) => {
for (const item of options) {
if (item.dicKey === String(type)) {
return item.dicValue;
}
}
};
}

浙公网安备 33010602011771号