|
|
|
|
@ -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 |
|
|
|
|
} |
|
|
|
|
|