This commit is contained in:
花有清香月有阴
2021-12-24 19:58:54 +08:00
parent 979253bc04
commit 1ce7940ac5
5 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@
{{ $dict.getLabel('marriageType', item.type) }}
</span>
<span class="types" :style="{ background: item.modeType == 0 ? '#42D784' : '#1AAAFF' }" style="margin-left: 16px">
<span class="types" v-if="item.modeType" :style="{ background: item.modeType == 0 ? '#42D784' : '#1AAAFF' }" style="margin-left: 16px">
{{ $dict.getLabel('modeType', item.modeType) }}
</span>
</template>