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; margin: 2px;
.item { .item {
width: 80px; width: 80px;
height: 120px; height: 80px;
margin-bottom: 12px; margin-bottom: 12px;
border-radius: 2px; border-radius: 2px;
color: var(--primary-color); color: var(--primary-color);

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

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

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

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

6
src/views/sensitivePerception/Model.vue

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

4
src/views/sensitivePerception/PoliceNegative.vue

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

Loading…
Cancel
Save