From a40c5148ad225760859297b7c55b664da4c4aa28 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 19 三月 2024 11:07:15 +0800 Subject: [PATCH] 11 --- src/views/project/statistics/caseStatistics/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/project/statistics/caseStatistics/index.vue b/src/views/project/statistics/caseStatistics/index.vue index deb1408..314de6d 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" } ], //鐪佸競鍖� //榛樿鍊艰缃紝鍙负绌� -- Gitblit v1.9.3