diff --git a/src/views/caseManagement/components/caseAcceptance.vue b/src/views/caseManagement/components/caseAcceptance.vue
index 6d9fb38..afd9dab 100644
--- a/src/views/caseManagement/components/caseAcceptance.vue
+++ b/src/views/caseManagement/components/caseAcceptance.vue
@@ -11,7 +11,7 @@
- 开庭调解
+ 线上调解
线下调解
diff --git a/src/views/caseManagement/components/mediation.vue b/src/views/caseManagement/components/mediation.vue
index a8f978d..8f20491 100644
--- a/src/views/caseManagement/components/mediation.vue
+++ b/src/views/caseManagement/components/mediation.vue
@@ -130,7 +130,7 @@ export default {
data() {
return {
loanStartDate: "",
- title: "开庭调解",
+ title: "线上调解",
applicateArr: [],
quiltArr: [],
recordArr: [],
@@ -159,7 +159,7 @@ export default {
mediationVisable(val) {
this.recordArr = [];
if (this.mediationData.mediationMethod == "1") {
- this.title = "开庭调解";
+ this.title = "线上调解";
this.mediationType = true;
} else if (this.mediationData.mediationMethod == "2") {
this.title = "线下调解";
diff --git a/src/views/caseManagement/components/payDialog.vue b/src/views/caseManagement/components/payDialog.vue
index 52c6be4..96ccf48 100644
--- a/src/views/caseManagement/components/payDialog.vue
+++ b/src/views/caseManagement/components/payDialog.vue
@@ -23,6 +23,11 @@
{{ formPayDetail.caseStatusName }}
+
+
+ {{ formPayDetail.reason }}
+
+
diff --git a/src/views/caseManagement/components/paymentdetailsDialog.vue b/src/views/caseManagement/components/paymentdetailsDialog.vue
index 2dac014..80f7084 100644
--- a/src/views/caseManagement/components/paymentdetailsDialog.vue
+++ b/src/views/caseManagement/components/paymentdetailsDialog.vue
@@ -3,18 +3,15 @@
-
+
+
+
+
-
-
-
-
-
+
@@ -29,9 +26,21 @@
{{ item.annexName }}
+
+
+
+ 通过
+ 驳回
+
+
+
+
+
+
@@ -39,13 +48,16 @@