事件上报

This commit is contained in:
liuye
2024-03-04 17:55:43 +08:00
parent 80734a0893
commit 5656d35d71

View File

@@ -35,7 +35,10 @@
</ai-wrapper> </ai-wrapper>
</template> </template>
</ai-card> </ai-card>
<ai-card title="事件研判" v-if="detail.judgeName"> <ai-card title="事件研判" >
<template #right>
<span :style="{ color: dict.getColor('qujingRiskLevel', detail.judgeRiskLevel)}">{{ $dict.getLabel('qujingRiskLevel', detail.judgeRiskLevel) }}</span>
</template>
<template #content> <template #content>
<ai-wrapper> <ai-wrapper>
<ai-info-item label="当事人姓名" :value="detail.judgeName"></ai-info-item> <ai-info-item label="当事人姓名" :value="detail.judgeName"></ai-info-item>
@@ -352,7 +355,7 @@ export default {
created() { created() {
this.getDict() this.getDict()
this.dict.load('qujingEventStatus', 'sex', 'qujingRisk', 'qujingEventType').then(() => { this.dict.load('qujingEventStatus', 'sex', 'qujingRisk', 'qujingEventType', 'qujingRiskLevel').then(() => {
this.riskList = this.$dict.getDict('qujingRisk') this.riskList = this.$dict.getDict('qujingRisk')
this.riskList.map((item) => { this.riskList.map((item) => {
item.isCheck = false item.isCheck = false