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 c127571..e885fb0 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 a9d6cdb..0e8f233 100644
--- a/src/views/caseManagement/components/paymentdetailsDialog.vue
+++ b/src/views/caseManagement/components/paymentdetailsDialog.vue
@@ -1,18 +1,18 @@
-
+
-
+
-
+
-
+
+
+
+
+ 通过
+ 驳回
+
+
+
+
+
+
@@ -36,13 +48,16 @@