部门列表

This commit is contained in:
仲么了
2024-03-06 16:13:25 +08:00
parent cf70adb959
commit cb58426706
7 changed files with 433 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
<template>
<!-- text -->
<div v-if="field.render == 'renderFormatter'">
{{ fieldValue }}
</div>
<!-- Icon -->
<Icon class="ba-icon-dark" v-if="field.render == 'icon'" :name="fieldValue ? fieldValue : field.default ?? ''" />