update ruoyi-ui/src/components/flow/ElInputTag/index.vue.

优化代码:消除流程设计页面,用户节点->任务配置->候选人员,当选择的两个候选人姓名相同时的警告
This commit is contained in:
顾北清
2025-06-05 09:13:49 +00:00
committed by Gitee
parent 0a07177502
commit e33f86a99a

View File

@@ -6,7 +6,7 @@
<el-tag
v-for="(tag, idx) in innerTags"
v-bind="$attrs"
:key="tag"
:key="idx"
:size="size"
effect="dark"
closable