From edf132557e5eee4e8607ca83d987c5f6b830f025 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 17 十月 2025 16:43:10 +0800
Subject: [PATCH] 档案相关发布
---
src/views/project/statistics/caseStatistics/index.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/project/statistics/caseStatistics/index.vue b/src/views/project/statistics/caseStatistics/index.vue
index deb1408..caaa5de 100644
--- a/src/views/project/statistics/caseStatistics/index.vue
+++ b/src/views/project/statistics/caseStatistics/index.vue
@@ -11,7 +11,7 @@
<el-col :span="6">
<el-form-item label="涓氬姟浜哄憳" prop="name">
<el-input
- v-model="queryParams.name"
+ v-model="queryParams.pausername"
placeholder="璇疯緭鍏ュ鍚�"
clearable
size="small"
@@ -102,7 +102,7 @@
<el-table-column label="涓氬姟缁�" align="center" prop="deptname">
</el-table-column>
- <el-table-column label="涓撹亴浜哄憳" align="center" prop="age" />
+ <el-table-column label="涓撹亴浜哄憳" align="center" prop="reportername" />
<el-table-column label="妗堜緥鏁伴噺" align="center" prop="casesum" />
@@ -170,7 +170,7 @@
reportervalue: "",
reportlist: [
{ label: "姝e父", value: "0" },
- { label: "涓", value: "1" }
+ { label: "缁堟", value: "1" }
],
//鐪佸競鍖�
//榛樿鍊艰缃紝鍙负绌�
@@ -398,7 +398,9 @@
this.form.treatmenthospitalno = "";
- this.queryParams = {};
+ this.queryParams = {
+ pacasestate: "0"
+ };
this.selecttime = [];
this.getTimeList();
this.searchAddress = {
--
Gitblit v1.9.3