居民档案
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
<span class="names">{{ item.name }}</span>
|
||||
<span class="fileStatuss" v-if="item.fileStatus == 1"> {{ $dict.getLabel('fileStatus', item.fileStatus) }}</span>
|
||||
<span class="householdNames" v-if="item.householdName == 1">户主</span>
|
||||
<span class="householdNames" v-else>
|
||||
{{ $dict.getLabel('householdRelation', item.householdRelation) }}
|
||||
</span>
|
||||
<span class="householdNames" v-else>非户主</span>
|
||||
<span class="audit-status" :class="'status'+item.auditStatus">{{ $dict.getLabel('auditStatus', item.auditStatus) }}</span>
|
||||
</div>
|
||||
|
||||
@@ -177,9 +175,11 @@ export default {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.rightTop-lefts {
|
||||
width: calc(100% - 100px);
|
||||
.names {
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
word-break: break-all;
|
||||
}
|
||||
.householdNames {
|
||||
margin-left: 30px;
|
||||
@@ -202,6 +202,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.rightTop-rights {
|
||||
width: 100px;
|
||||
::v-deep .u-section {
|
||||
.u-section__right-info {
|
||||
color: #3975c6 !important;
|
||||
|
||||
Reference in New Issue
Block a user