RuoYi
2025-05-09 3915c7739125db5d363bcbb5098e67fafa4458bb
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 {