From e145441889ab69cfe9a39addb739ddf36c0b8114 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 23 十二月 2024 15:11:32 +0800
Subject: [PATCH] 人员测试联调

---
 src/components/caorui/Department/components/Plan/index.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/components/caorui/Department/components/Plan/index.vue b/src/components/caorui/Department/components/Plan/index.vue
index 560a949..8adc4c3 100644
--- a/src/components/caorui/Department/components/Plan/index.vue
+++ b/src/components/caorui/Department/components/Plan/index.vue
@@ -92,7 +92,7 @@
         return {
             planId: undefined,
             yearForm: {
-                organizationPerson: undefined,
+              organizationPerson: undefined,
             },
             yearTableData: [],  // 骞磋〃
             yearPage: {
@@ -107,7 +107,7 @@
                     minWidth: '150px'
                 }, {
                     label: '缂栧埗浜�',
-                    prop: 'organizationPerson',
+                    prop: 'organizationPersonName',
                     minWidth: '100'
                 }, {
                     label: '缂栧埗鏃ユ湡',
@@ -117,14 +117,17 @@
                     label: '鎵瑰噯浜�',
                     prop: 'approvalName',
                     minWidth: '100'
-                }, {
+                },
+                 {
                     label: '鎵瑰噯鏃ユ湡',
                     prop: 'approvalDate',
                     minWidth: '160'
-                }, {
-                    label: '瀹℃牳浜�',
-                    prop: 'examine'
-                }, {
+                },
+                // {
+                //     label: '瀹℃牳浜�',
+                //     prop: 'examine'
+                // },
+                {
                     dataType: 'tag',
                     label: '鎵瑰噯鐘舵��',
                     prop: 'approvalStatus',

--
Gitblit v1.9.3