From 7ed28d026fcec460c9aef75d3323da0436e659af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cyiyousong=E2=80=9D?= <鈥測ousong_yi@foxmail.com鈥�>
Date: Wed, 5 Mar 2025 16:53:51 +0800
Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8A=9E=E7=90=86=E4=BA=8B=E9=A1=B9?=
 =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8A=A5=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=AA=97?=
 =?UTF-8?q?=E5=8F=A3=E5=92=8C=E5=B7=A5=E4=BD=9C=E4=BA=BA=E5=91=98=E5=B1=95?=
 =?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../matterEvaluation.vue                      | 39 +++++++++----------
 1 file changed, 18 insertions(+), 21 deletions(-)

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 17e96519..ba0a6e15 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="{
@@ -117,6 +118,8 @@ const tHeader = [
   "璇勪环浜�",
   "韬唤璇佸彿",
   "鎵嬫満鍙�",
+  "绐楀彛缂栧彿",
+  "宸ヤ綔浜哄憳",
   "璇勪环鏃堕棿",
   "璇勪环鏉ユ簮",
   "璇勪环璁惧",
@@ -127,6 +130,8 @@ const filterVal = [
   "idcard_Name",
   "idcard_IDCardNo",
   "phone",
+  "window",
+  "workman_name",
   "create_time",
   "pjxt",
   "devicenum",
@@ -142,6 +147,7 @@ export default {
         title: "搴忓彿",
         width: 100,
         align: "center",
+        fixed: "left",
         customRender: (text, record, index) => {
           return (this.current - 1) * this.size + index + 1;
         },
@@ -150,49 +156,42 @@ export default {
         title: "鎺掗槦缂栧彿",
         width: 100,
         dataIndex: "flounum",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
+        fixed: "left",
       },
       {
         title: "璇勪环閫夐」",
         width: 100,
         dataIndex: "option_id",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
       },
       {
         title: "璇勪环浜�",
         width: 100,
         dataIndex: "idcard_Name",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
       },
       {
         title: "韬唤璇佸彿",
         width: 200,
         dataIndex: "idcard_IDCardNo",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
       },
       {
         title: "鎵嬫満鍙�",
         width: 150,
         dataIndex: "phone",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
+      },
+      {
+        title: "绐楀彛缂栧彿",
+        width: 150,
+        dataIndex: "window",
+      },
+      {
+        title: "宸ヤ綔浜哄憳",
+        width: 150,
+        dataIndex: "workman_name",
       },
       {
         title: "璇勪环鏃堕棿",
         width: 150,
         dataIndex: "create_time",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
       },
       {
         title: "璇勪环绯荤粺",
@@ -220,9 +219,6 @@ export default {
         title: "璇勪环璁惧",
         width: 150,
         dataIndex: "devicenum",
-        customRender: (text) => {
-          return text ? text : "--";
-        },
       },
       {
         title: "璇勪环浜虹収鐗�",
@@ -237,6 +233,7 @@ export default {
         title: "鎿嶄綔",
         width: 150,
         align: "center",
+        fixed: "right",
         scopedSlots: {
           customRender: "action",
         },
-- 
2.24.3