From 3b7fcf5ea471f6cb388f86d0732b8ece47a3cefc Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 29 十二月 2025 21:05:58 +0800
Subject: [PATCH] 页面更新

---
 src/views/project/organallocation/index.vue |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/views/project/organallocation/index.vue b/src/views/project/organallocation/index.vue
index b43cf20..136a7ea 100644
--- a/src/views/project/organallocation/index.vue
+++ b/src/views/project/organallocation/index.vue
@@ -150,12 +150,19 @@
                 />
               </template>
             </el-table-column>
-            <el-table-column
-              label="骞撮緞"
-              align="center"
-              prop="age"
-              width="100"
-            />
+            <el-table-column label="骞撮緞" align="center" prop="age" width="100">
+        <template slot-scope="scope">
+          {{
+            `${
+              scope.row.age && scope.row.age !== 0 ? `${scope.row.age}${scope.row.ageunit?scope.row.ageunit:''}` : ""
+            } ${
+              scope.row.age2 && scope.row.age2 !== 0
+                ? `${scope.row.age2}${scope.row.ageunit2}`
+                : ""
+            }`.trim()
+          }}
+        </template>
+      </el-table-column>
             <el-table-column
               label="鎶ュ憡浜�"
               align="center"
@@ -473,7 +480,7 @@
         city: null
       },
 
-      //褰撳墠閫変腑鎹愮尞妗堜緥缂栧彿
+      //褰撳墠閫変腑鎹愮尞浣忛櫌鍙�
       curdonorno: "",
       //褰撳墠鎹愮尞鑰卛d
       curInfoid: "",

--
Gitblit v1.9.3