diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index 245bca2..5c5f875 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -115,7 +115,11 @@
prop="hearDate"
:show-overflow-tooltip="true"
/>
-
+
+
+ {{ scope.row.caseStatusName }}
+
+
开庭审理
-
+
@@ -54,8 +55,8 @@
@@ -156,4 +157,38 @@ export default {
}
}
}
+::v-deep .el-dialog {
+ width: 800px;
+ background: #ffffff;
+ border-radius: 20px;
+}
+.endbutton {
+ width: 154px;
+ height: 37px;
+ background: #0072ff;
+ border-radius: 19px;
+ span {
+ width: 96px;
+ height: 15px;
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #ffffff;
+ }
+}
+.endbutton1 {
+ width: 154px;
+ height: 37px;
+ background: #ffffff;
+ border: 1px solid #d0d0d0;
+ border-radius: 19px;
+ span {
+ width: 31px;
+ height: 13px;
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #959595;
+ }
+}
\ No newline at end of file
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index b2440ec..f1e1262 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -7,6 +7,7 @@
width="1000px"
append-to-body
:destroy-on-close= true
+ center
>
新增被申请人主体信息
@@ -786,4 +787,38 @@ export default {
height: 700px !important;
overflow: auto !important;
}
+::v-deep .el-dialog {
+ width: 800px;
+ background: #ffffff;
+ border-radius: 20px;
+}
+.endbutton {
+ width: 154px;
+ height: 37px;
+ background: #0072ff;
+ border-radius: 19px;
+ span {
+ width: 96px;
+ height: 15px;
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #ffffff;
+ }
+}
+.endbutton1 {
+ width: 154px;
+ height: 37px;
+ background: #ffffff;
+ border: 1px solid #d0d0d0;
+ border-radius: 19px;
+ span {
+ width: 31px;
+ height: 13px;
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #959595;
+ }
+}
\ No newline at end of file
diff --git a/src/views/caseManagement/components/formateCourtDialog.vue b/src/views/caseManagement/components/formateCourtDialog.vue
index 691b2d1..934a8e9 100644
--- a/src/views/caseManagement/components/formateCourtDialog.vue
+++ b/src/views/caseManagement/components/formateCourtDialog.vue
@@ -4,9 +4,9 @@
@@ -63,9 +63,12 @@
type="primary"
@click="submitForm"
:disabled="!this.arbitrators.length > 0 && isAgreePendTral == 0"
- >确 定确 定
+ 取 消
- 取 消
@@ -127,7 +130,7 @@ export default {
pendTralCheck(this.paramsdata).then((res) => {
this.cancel();
this.$modal.msgSuccess("组庭成功");
- this.$emit("getcaseApply",this.queryParams);
+ this.$emit("getcaseApply", this.queryParams);
});
// }
},
@@ -141,4 +144,39 @@ export default {
\ No newline at end of file
diff --git a/src/views/caseManagement/components/payDialog.vue b/src/views/caseManagement/components/payDialog.vue
index caafa71..8bd31d7 100644
--- a/src/views/caseManagement/components/payDialog.vue
+++ b/src/views/caseManagement/components/payDialog.vue
@@ -7,6 +7,7 @@
width="800px"
append-to-body
:destroy-on-close="true"
+ center
>
{{
@@ -41,7 +42,7 @@
{{ payMain }}
@@ -135,4 +136,24 @@ export default {
width: 100%;
text-align: center;
}
+::v-deep .el-dialog {
+ width: 800px;
+ background: #ffffff;
+ border-radius: 20px;
+}
+.endbutton {
+ width: 154px;
+ height: 37px;
+ background: #ffffff;
+ border: 1px solid #d0d0d0;
+ border-radius: 19px;
+ span {
+ width: 31px;
+ height: 13px;
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #959595;
+ }
+}
\ No newline at end of file
diff --git a/src/views/caseManagement/components/trialincourtDialog.vue b/src/views/caseManagement/components/trialincourtDialog.vue
index 81c5a0e..f69b10b 100644
--- a/src/views/caseManagement/components/trialincourtDialog.vue
+++ b/src/views/caseManagement/components/trialincourtDialog.vue
@@ -128,7 +128,9 @@
>发起会议
- 提交仲裁结果
+ 提交仲裁结果