From 633f26d8e772b2441fb3fab72ecab0a047def74c Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 21 二月 2024 15:06:42 +0800 Subject: [PATCH] 11 --- src/views/project/relativesconfirmation/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue index bed18d3..38e5b68 100644 --- a/src/views/project/relativesconfirmation/index.vue +++ b/src/views/project/relativesconfirmation/index.vue @@ -157,10 +157,14 @@ prop="recordstate" > <template slot-scope="scope"> - <dict-tag + + <div v-if="!scope.row.terminationCase"> + <dict-tag :options="dict.type.sys_DonationStatus" :value="scope.row.recordstate" - /> + /> + </div> + <div v-else>浠诲姟涓</div> </template> </el-table-column> -- Gitblit v1.9.3