BUG 29156
This commit is contained in:
@@ -149,11 +149,9 @@
|
||||
<li class="desc_li" v-if="item.candidateFieldInfos && item.candidateFieldInfos.length"
|
||||
style="display: flex;flex-direction: column;">
|
||||
<div v-for="(m,i) in item.candidateFieldInfos" :key="i" style="margin-left: 10px;">
|
||||
<div class="desc_div">{{ m.fieldName }}<span
|
||||
v-if="m.fieldNameSuffix">{{ m.fieldNameSuffix }}</span>:{{
|
||||
m.dictionaryCode
|
||||
? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue
|
||||
}}
|
||||
<div class="desc_div">{{ m.fieldName }}
|
||||
<span v-if="m.fieldNameSuffix" v-text="m.fieldNameSuffix"/>
|
||||
:{{m.dictionaryCode ? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue }}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
@@ -937,6 +935,8 @@ export default {
|
||||
|
||||
.desc_div {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-bottom: 8px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user