Merge pull request #1443 from dataease/pr@dev@fix_panel-style

fix: 设置联动信息是,目标视图选项存在uuid问题
This commit is contained in:
王嘉豪 2021-12-15 11:44:51 +08:00 committed by GitHub
commit 95faaf1dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
<svg-icon v-if="item.deType === 2 || item.value === 3" icon-class="field_value" class="field-icon-value" />
<svg-icon v-if="item.deType === 5" icon-class="field_location" class="field-icon-location" />
</span>
<span style="float: left; color: #8492a6; font-size: 12px">{{ itemLinkage.targetField }}-{{ item.name }}</span>
<span style="float: left; color: #8492a6; font-size: 12px">{{ item.name }}</span>
</el-option>
</el-select>
</div>