diff --git a/src/views/backOfficeSystem/IntelligentControl/warningControl/components/yjItem.vue b/src/views/backOfficeSystem/IntelligentControl/warningControl/components/yjItem.vue index 11c9ac7..e4c237d 100644 --- a/src/views/backOfficeSystem/IntelligentControl/warningControl/components/yjItem.vue +++ b/src/views/backOfficeSystem/IntelligentControl/warningControl/components/yjItem.vue @@ -18,21 +18,16 @@
身份证号:{{ props.item.yjRysfzh }}
出生日期:{{ IdCard(props.item.yjRysfzh , 1 )}}
相似度:{{ props.item.xsd * 100 }}%
+
预警次数:{{ props.item.yjCs }}
+
预警级别:{{ props.item.yjJb }}
预警标题:{{ props.item.yjBt }}
预警内容:{{ props.item.yjNr }}
预警地址:{{ props.item.yjDz }}
预警时间:{{ props.item.yjSj }}
-
预警次数:{{ props.item.yjCs }}
-
预警级别:{{ props.item.yjJb }}
-
-
-
签收人:{{ props.item.qsrxm }}
签收时间:{{ props.item.qssj }}
反馈时间:{{ props.item.fksj }}
-
反馈内容:{{ props.item.qsFk }}
-
反馈人:{{ props.item.fkrxm }}
@@ -155,7 +150,7 @@ const changeBg = (type) => { display: flex; justify-content: space-between; .items{ - width: 30%; + width: 50%; } .infoItem { font-size: 13px;