26026
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user