{{userName}}
{{userTag}}
@@ -270,6 +289,10 @@ export default {
type: Boolean,
default: false
},
+ bcLimit: { //中间报事人的背景颜色限制
+ type: Number,
+ default: 1
+ },
singleList: Array, // 默认,必传 单个来源或多个来源
},
@@ -396,6 +419,19 @@ export default {
}
}
+ .analys-person-orange {
+ background: url("../../../../assets/img/shuju/measure/zhuhu_orange.png")
+ no-repeat center;
+ }
+ .analys-person-yellow {
+ background: url("../../../../assets/img/shuju/measure/zhuhu_yellow.png")
+ no-repeat center;
+ }
+ .analys-person-red {
+ background: url("../../../../assets/img/shuju/measure/zhuhu_red.png")
+ no-repeat center;
+ }
+
.analys-cate {
display: flex;
flex-direction: column;