From f4583f4470bb0cf9d93f2e3c76b578b1dec9a6d4 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Mon, 20 Nov 2023 09:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B1=85=E6=B0=91=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BC=BA=E5=B0=91=E5=85=AC=E7=9B=8A=E5=B2=97=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 5d7cdc08f..e91e29272 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -210,6 +210,11 @@ ? "志愿者 " : "" }} + {{ + scope.row.categoryInfo.publicWelfareFlag == 1 + ? "公益岗 " + : "" + }} {{ scope.row.categoryInfo.buildingChiefFlag == 1 ? "楼长 "