RuoYi
2025-06-19 ad988d54bbc8b4e65a49808e233c96c5952d0f2f
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 {