ruoyi-ui/src/components/DictTag/index.vue
@@ -74,13 +74,13 @@ }, filters: { handleArray(array) { if (array.length === 0) return ''; if (array.length === 0) return '' return array.reduce((pre, cur) => { return pre + ' ' + cur; return pre + ' ' + cur }) }, } }; } </script> <style scoped> .el-tag + .el-tag {