名词优化

This commit is contained in:
liuxi 2025-01-07 09:36:56 +08:00
parent ad9cc5be38
commit 35c5bb4313
3 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<div v-if="!DialogDetail">
<div class="pt-8 border-b-solid-lighter-1">
<div class="height-30 flex-row align-items-center justify-content-between mb-24">
<div class="f18 color-text-primary">筛选1</div>
<div class="f18 color-text-primary">筛选</div>
</div>
<el-collapse-transition>
<el-row :gutter="56">

View File

@ -599,7 +599,7 @@
placement="top"
width="500"
v-model="singledeliveryvisible"
title="发起签章"
title="发起送达"
trigger="click">
<singleofficeDeliveryPopover :caseId="caseId" :singledeliveryvisible.sync="singledeliveryvisible"/>
<span slot="reference" class="flex-row justify-content-between align-items-center cursor-pointer">

View File

@ -42,8 +42,9 @@ import api from "@/services/caseManagement";
return {
officeOptions:[],
ObjectInfo:{
documentTypes: ['MEDIATE_NOTE', 'MEDIATE_APPLICATION', 'MEDIATE_RECORD', 'MEDIATE_AGREEMENT',
'JUDICATURE_APPLICATION', 'JUDICATURE_PROMISE' , 'CONFIRMATION_OF_ADDRESS', 'VERIFY_IDD'],
// documentTypes: ['MEDIATE_NOTE', 'MEDIATE_APPLICATION', 'MEDIATE_RECORD', 'MEDIATE_AGREEMENT',
// 'JUDICATURE_APPLICATION', 'JUDICATURE_PROMISE' , 'CONFIRMATION_OF_ADDRESS', 'VERIFY_IDD'],
documentTypes:[],
servedType: 'SMS',
caseId:''
},