From 2698387e653c6a25059c3ae9976f18b814eba892 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 15:16:46 +0800
Subject: [PATCH] 医疗权限
---
/dev/null | 0
src/views/project/organallocation/index.vue | 19 +++++++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/dist-opo.zip b/dist-opo.zip
deleted file mode 100644
index 4002f98..0000000
--- a/dist-opo.zip
+++ /dev/null
Binary files differ
diff --git a/src/views/project/organallocation/index.vue b/src/views/project/organallocation/index.vue
index b43cf20..9af341f 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"
--
Gitblit v1.9.3