diff --git a/src/views/caseManagement/components/addCase.vue b/src/views/caseManagement/components/addCase.vue index 0e7dd3f..10b7bcc 100644 --- a/src/views/caseManagement/components/addCase.vue +++ b/src/views/caseManagement/components/addCase.vue @@ -106,7 +106,7 @@ - +
@@ -124,15 +124,13 @@
- - - - 达成调解 - 未达成调解 - 未达成调解但不在争议 - 未达成调解但同意引入仲裁 - 达成和解 - + + + 达成调解 + 未达成调解 + 未达成调解但不在争议 + 未达成调解但同意引入仲裁 + 达成和解 @@ -584,6 +582,7 @@ export default { applicationFlag: null, showmediate: false, showEvidence: false,//是否显示证据 + mediationApplication:false, formZipData: {}, nationalityList: [ { @@ -644,6 +643,8 @@ export default { } this.activeName = "first"; this.showmediate = false; + this.showEvidence = false; + this.mediationApplication = false; this.getTemplateFn(); if (this.addModifyData != 1) { await this.getIdTypeFn(); @@ -695,6 +696,8 @@ export default { // this.respondentEvidence.push(item); } else if (item.annexType == 7) { this.showmediate = true + } else if(item.annexType == 3){ + this.mediationApplication = true } }); }); diff --git a/src/views/caseManagement/components/caseFilingDetailsPage.vue b/src/views/caseManagement/components/caseFilingDetailsPage.vue index 2cc5a3c..09a208f 100644 --- a/src/views/caseManagement/components/caseFilingDetailsPage.vue +++ b/src/views/caseManagement/components/caseFilingDetailsPage.vue @@ -107,13 +107,11 @@ - - 达成调解 - 未达成调解 - 未达成调解但不在争议 - 未达成调解但同意引入仲裁 - 达成和解 - + 达成调解 + 未达成调解 + 未达成调解但不在争议 + 未达成调解但同意引入仲裁 + 达成和解