From a82a2b6bc1ca8b861fd26ca58b3c0d933e045a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 23 Dec 2021 18:43:29 +0800 Subject: [PATCH] 25835 --- src/apps/AppResidentDocument/DetailCard.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/AppResidentDocument/DetailCard.vue b/src/apps/AppResidentDocument/DetailCard.vue index b473476e..fc3bf43b 100644 --- a/src/apps/AppResidentDocument/DetailCard.vue +++ b/src/apps/AppResidentDocument/DetailCard.vue @@ -12,7 +12,7 @@
-
家庭成员{{data.family.length}}
+
家庭成员{{ data.family.length }}
@@ -25,6 +25,7 @@
{{ item.name }} + {{ $dict.getLabel('fileStatus', item.fileStatus) }} 户主 {{ $dict.getLabel('householdRelation', item.householdRelation) }} @@ -65,7 +66,7 @@ export default { watch: {}, onLoad(o) { this.id = o.id - this.$dict.load('householdRelation').then(() => { + this.$dict.load('householdRelation', 'fileStatus').then(() => { this.getDetail() }) }, @@ -157,6 +158,17 @@ export default { font-weight: 500; color: #5aad6a; } + .fileStatuss { + display: inline-block; + margin-left: 30px; + color: #ff4466; + background: #ffecef; + border-radius: 8px; + width: 88px; + height: 40px; + line-height: 40px; + text-align: center; + } } .rightTop-rights { ::v-deep .u-section {