+
+

+
项目画像-{typeName[type]}
+
+
+
+ {dataLoading &&
}
+ {
+ !dataLoading &&
+
+ {
+
+
+ {/*
+
= 80 ? Large : scoreNum < 60 ? Small : Middle} alt="" width={"100%"}/>
+
+ {typeName[type]}
+ {scoreNum}
+
+ */}
+
+
本项目{typeName[type]}
+
{typeDetail[type]}
+
+ {
+ score &&
+
+ {
+ -
+ {scoreNum}
+ {typeName[type]}
+
+ {
+ score.map((i, k) => {
+ if (i.score > 0) {
+ return
+ } else {
+ return <>>
+ }
+ })
+ }
+
+ {scoreNum}/100
+
+ }
+ {
+ score.map((i, k) => {
+ return (
+ -
+ {i.score}
+ {i.name}
+
+ {i.score}/{i.WeightedScore}
+
+ )
+ })
+ }
+
+ }
+
+ }
+
+ {
+ score && score[cardIndex] &&
+
+
+ {score[cardIndex].name}总分:{score[cardIndex].score}
+ {score[cardIndex].name}权重:{score[cardIndex].WeightedScore}%
+
+
+ }
+
+ {
+ score && score[cardIndex] &&
+ <>
+
{score[cardIndex].name}
+
{score[cardIndex].remark}
+ >
+ }
+
+ {
+ score.map((i, k) => {
+ // 通过className切换不同的图片显示
+ return (
+ - { setCardIndex(k) }}>
+
+ {i.name}
+
+ )
+ })
+ }
+
+
+
+
+ }
+