diff --git a/portal-manager-ui/admin/src/router/routes.js b/portal-manager-ui/admin/src/router/routes.js
index b9752991988477574f1be98addb968fb4b80fab7..5f3cc23c93152376a14ff4237bbbc57fdf82c10a 100644
--- a/portal-manager-ui/admin/src/router/routes.js
+++ b/portal-manager-ui/admin/src/router/routes.js
@@ -337,7 +337,7 @@ const routes = [
                     /* webpackChunkName: "matterEvaluation" */ "@/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue"
                   ),
                 meta: {
-                  title: "鍔炵悊浜嬮」璇勪环璁板綍鎶ヨ〃",
+                  title: "涓€鍙蜂竴璇勮褰曟姤琛�",
                   activeMenu: "/home/dataManagement",
                 },
               },
diff --git a/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue b/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
index 9355fffdb608b1d09ea4405b12be3071806761ec..08ed1035cd8aa8f32149501dbd4e2809197595c2 100644
--- a/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
+++ b/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
@@ -270,7 +270,7 @@
             <div slot="description">
               <a-row :gutter="[0, 8]">
                 <a-col :span="12">
-                  <span>鍔炵悊绐楀彛锛�</span>{{ detailsInfo.window_name }}
+                  <span>鍔炵悊绐楀彛锛�</span>{{ detailsInfo.window_name +detailsInfo.window_fromnum }}
                 </a-col>
                 <a-col :span="12">
                   <span>寮€濮嬪姙鐞嗘椂闂达細</span>{{ detailsInfo.calltime }}
diff --git a/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue b/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
index 73f47a91d94f1394c0f13e64d860598260637258..08eafef95972eff77ad6441645d621104d0686b1 100644
--- a/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
+++ b/portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
@@ -6,6 +6,7 @@
       :data-source="tableData"
       :loading="loading"
       :scroll="{
+        x: 1500,
         y: 490,
       }"
       :row-selection="{
@@ -72,6 +73,8 @@ import { getEvaList, getEvaDetil, getQueEvaData } from "@/api/dataAdmin";
 const tHeader = [
   "鎺掗槦缂栧彿",
   "璇勪环閫夐」",
+  "鍔炵悊绐楀彛",
+  "宸ヤ綔浜哄憳",
   "璇勪环浜�",
   "韬唤璇佸彿",
   "鎵嬫満鍙�",
@@ -82,6 +85,8 @@ const tHeader = [
 const filterVal = [
   "flounum",
   "option_id",
+  "window",
+  "workman_name",
   "idcard_Name",
   "idcard_IDCardNo",
   "phone",
@@ -119,6 +124,22 @@ export default {
           return text ? text : "--";
         },
       },
+      {
+        title: "鍔炵悊绐楀彛",
+        width: 100,
+        dataIndex: "window",
+        customRender: (text) => {
+          return text ? text : "--";
+        },
+      },
+      {
+        title: "宸ヤ綔浜哄憳",
+        width: 100,
+        dataIndex: "workman_name",
+        customRender: (text) => {
+          return text ? text : "--";
+        },
+      },
       {
         title: "璇勪环浜�",
         width: 100,