联调案例库

This commit is contained in:
GGJ
2024-09-12 20:01:17 +08:00
parent 2b22943a1e
commit fe6bae1bdc
8 changed files with 1057 additions and 55 deletions

View File

@@ -28,7 +28,7 @@
<!-- tag -->
<div v-if="field.render == 'tag' && fieldValue !== ''">
<el-tag :type="getTagType(fieldValue, field.custom) || 'primary'" :effect="field.effect || ''" size="small">
<el-tag :type="getTagType(fieldValue, field.custom) || 'primary'" size="small">
{{ field.replaceValue ? field.replaceValue[fieldValue] : fieldValue }}
</el-tag>
</div>