RuoYi
2025-08-27 e6a3415a7182c0a5e64dd369a91ac5f2a6b7870d
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 {