Browse Source

fix: 优化单位/个人画像

master
wxc 1 month ago
parent
commit
acecbbe42e
  1. 2
      src/components/file/list.vue
  2. 3
      src/components/negativeInfo/depart-dialog.vue
  3. 4
      src/components/negativeInfo/police-dialog.vue
  4. 6
      src/views/sensitivePerception/Model.vue
  5. 4
      src/views/sensitivePerception/PoliceNegative.vue

2
src/components/file/list.vue

@ -351,7 +351,7 @@ function rotateRight() {
margin: 2px;
.item {
width: 80px;
height: 120px;
height: 80px;
margin-bottom: 12px;
border-radius: 2px;
color: var(--primary-color);

3
src/components/negativeInfo/depart-dialog.vue

@ -414,6 +414,9 @@ const radarOption = ref({
data: [
{
value: [],
areaStyle: {
color: 'rgba(255, 145, 124, 0.9)'
}
},
],
label: {

4
src/components/negativeInfo/police-dialog.vue

@ -225,9 +225,9 @@
</el-col>
<el-col :span="8">
<h5 style="margin-bottom: 0">风险构成</h5>
<div class="flex center">
<div class="flex center" style="width: 100%">
<v-charts
style="height: 340px; width: 280px"
style="height: 340px; width: 100%"
:option="radarOption"
autoresize
/>

6
src/views/sensitivePerception/Model.vue

@ -897,7 +897,7 @@
width="1100"
style="margin-bottom: 2vh"
>
<header class="model-info-header" style="">
<header class="model-info-header">
<el-row :gutter="40">
<el-col :span="2">
<div
@ -911,7 +911,7 @@
<h1 style="color: #333; margin-top: 0" class="mb-10">
{{ activeModel.modelName }}
</h1>
<p>{{ activeModel.remarks }}</p>
<p class="text-wrap">{{ activeModel.remarks }}</p>
</el-col>
</el-row>
</header>
@ -1260,6 +1260,8 @@ async function handleEdit() {
modelClueTargetColumns.value[2].columnName = form.value.modelGeneration.involvePoliceName
modelClueTargetColumns.value[3].columnName = form.value.modelGeneration.involvePoliceEmpNo
modelClueTargetColumns.value[4].columnName = form.value.modelGeneration.happenTime
} else {
form.value = { ...data };
}
editLoading.value = false
}

4
src/views/sensitivePerception/PoliceNegative.vue

@ -388,9 +388,9 @@
</el-col>
<el-col :span="8">
<h5 style="margin-bottom: 0">风险构成</h5>
<div class="flex center">
<div class="flex center" style="width: 100%">
<v-charts
style="height: 340px; width: 280px"
style="height: 340px; width: 100%"
:option="radarOption"
autoresize
/>

Loading…
Cancel
Save