From 21fe2968337eb8eab97adc88750b71c4057e98f8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 17 七月 2024 15:39:46 +0800 Subject: [PATCH] 11 --- 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