yijiusmile
2021-04-14 bb2f4ac3ec17b60592e168633a1f2f7c7d296f79
部门名称长度修改为50字符
1个文件已修改
4 ■■■■ 已修改文件
src/views/febs/system/dept/Index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/dept/Index.vue
@@ -113,8 +113,8 @@
        },
        {
          min: 1,
          max: 10,
          message: this.$t('rules.range3to10'),
          max: 50,
          message: this.$t('rules.noMoreThan50'),
          trigger: 'blur'
        }
        ]