- {{ data.resident && data.resident.name }}
+ {{ data.resident && data.resident.name }}已注销
户主
{{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }}
@@ -169,6 +169,19 @@ export default {
.rightTop {
display: flex;
justify-content: space-between;
+ .fileStatuss {
+ display: inline-block;
+ margin-left: 30px;
+ color: #ff4466;
+ background: #ffecef;
+ border-radius: 8px;
+ width: 120px;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ font-weight: 400;
+ font-size: 28px;
+ }
.names {
font-size: 32px;
font-weight: 600;