From 94e9b54ed5f2ce4641db89007b4252b03925b17e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 23 四月 2024 09:51:56 +0800 Subject: [PATCH] 11 --- src/views/project/statistics/caseStatistics/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/statistics/caseStatistics/index.vue b/src/views/project/statistics/caseStatistics/index.vue index 90530ba..314de6d 100644 --- a/src/views/project/statistics/caseStatistics/index.vue +++ b/src/views/project/statistics/caseStatistics/index.vue @@ -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