BUG 29015

This commit is contained in:
aixianling
2022-04-12 11:44:26 +08:00
parent 19453c366a
commit d7dc92ff4a

View File

@@ -150,8 +150,8 @@
<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
m.dictionaryCode
? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue
}}
</div>
</div>
@@ -670,6 +670,7 @@ export default {
::v-deep.ai-detail__content--wrapper {
min-width: 720px;
padding-left: 100px;
}
::v-deep .el-scrollbar {