diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index bb68273..13f7f98 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -5,7 +5,7 @@
ref="queryForm"
size="small"
:inline="true"
- label-width="68px"
+ label-width="98px"
>
+
+
+
-
+ />
详情
+
+ 案件日志
+
+
@@ -354,6 +377,7 @@ import adjudicaterecordDialog from "./components/adjudicaterecordDialog.vue";
import trialincourtDialog from "./components/trialincourtDialog.vue";
import payDialog from "./components/payDialog.vue";
import filingreviewDialog from "./components/filingreviewDialog.vue";
+import caselogDialog from './components/caselogDialog.vue';
import { caseApplicationDetail } from "@/api/pay/pay";
import {
@@ -377,6 +401,7 @@ export default {
trialincourtDialog,
payDialog,
filingreviewDialog,
+ caselogDialog
},
data() {
return {
@@ -393,6 +418,7 @@ export default {
caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
hearDate: "",
caseStatus: null,
+ applicantName: "",
pageNum: 1,
pageSize: 10,
},
@@ -420,6 +446,8 @@ export default {
payTitle: "",
payForm: {},
caseAttachList: [], //案件质证资料
+ showcaseLog: false, //案件日志弹框显示
+ flagLoading: false, //案件日志弹框loading
};
},
created() {
@@ -509,6 +537,14 @@ export default {
this.dialogtitle = "立案详情";
this.getInfo(row);
},
+ // 案件日志
+ caselogRow(row) {
+ this.showcaseLog = true;
+ },
+ // 关闭案件日志
+ cancelcaseLog() {
+ this.showcaseLog = false;
+ },
// 修改
editRow(row) {
this.flag = "1";
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index 97f86ed..9dcc8fc 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -24,7 +24,7 @@
-
+
@@ -318,7 +305,7 @@
@@ -542,7 +529,7 @@
@@ -815,7 +802,7 @@ export default {
if (this.flag == "1" || this.flag == "0") {
this.form2.paymentArr = this.initpaymentArr;
this.form3.paymentArr1 = this.initpaymentArr1;
- console.log(this.caseAttachList, "caseAttachList");
+ console.log(this.caseAttachList,this.flag, "caseAttachList--flag");
this.caseAttachList.forEach((item) => {
console.log(item, "iytem");
if (item.annexType == 2) {
@@ -1064,6 +1051,10 @@ export default {
font-size: 17px;
font-weight: 600;
}
+.caseInfo2 {
+ font-size: 15px;
+ font-weight: 550;
+}
.infoIcon {
width: 4px;
// height: 17px;
diff --git a/src/views/caseManagement/components/caselogDialog.vue b/src/views/caseManagement/components/caselogDialog.vue
new file mode 100644
index 0000000..039ddde
--- /dev/null
+++ b/src/views/caseManagement/components/caselogDialog.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+ {{ activity.doOperate }}
+ {{ activity.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file