This commit is contained in:
liuye
2022-03-15 09:18:40 +08:00
9 changed files with 116 additions and 37 deletions

View File

@@ -199,9 +199,7 @@ export default {
}
.spacial {
margin-top: 10px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
white-space: wrap;
span {
margin-right: 10px;
color: #ff4466;

View File

@@ -134,9 +134,8 @@
</div>
</div>
<!-- 特殊人群 -->
<div v-if="tabIndex != 0 && data.resident.tsrqInfos && data.resident.tsrqInfos.length">
<!-- -->
<div v-for="(item,index) in data.resident.tsrqInfos" :key="index" class="spacial">
<div v-if="tabIndex != 0 && tabList && tabList.length">
<div class="spacial" v-for="(item,index) in tabList" :key="index" v-if="tabIndex == index">
<div class="specialList" v-for="(t,indexs) in item.tableInfos" :key="indexs" v-if="item.tableInfos && item.tableInfos.length">
<div class="spacial-row">
<div>{{ t.fieldName }}</div>