fix : 细节优化

This commit is contained in:
2024-03-26 14:37:38 +08:00
parent 60f3c41124
commit 45f95fa297
10 changed files with 79 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
<div style="margin-top: 10px">
<el-tag class="role-item" v-model="_value" v-for="(role, index) in _value" :key="index + '_role'"
closable size="mini" @close="removeRoleItem(index)">
{{ role.roleName }}
{{ role.name }}
</el-tag>
</div>
</template>