Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
6f48fc3c
Commit
6f48fc3c
authored
Jun 27, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.8.3
parent
8558954d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
51 additions
and
13 deletions
+51
-13
README.md
README.md
+2
-2
pom.xml
pom.xml
+2
-2
ruoyi-admin/pom.xml
ruoyi-admin/pom.xml
+1
-1
ruoyi-admin/src/main/resources/application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-common/pom.xml
ruoyi-common/pom.xml
+1
-1
ruoyi-framework/pom.xml
ruoyi-framework/pom.xml
+1
-1
ruoyi-generator/pom.xml
ruoyi-generator/pom.xml
+1
-1
ruoyi-quartz/pom.xml
ruoyi-quartz/pom.xml
+1
-1
ruoyi-system/pom.xml
ruoyi-system/pom.xml
+1
-1
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+39
-1
No files found.
README.md
View file @
6f48fc3c
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
2
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
3
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<p
align=
"center"
>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/stargazers"
><img
src=
"https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
2
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
3
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"
><img
src=
"https://img.shields.io/github/license/mashape/apistatus.svg"
></a>
</p>
...
...
pom.xml
View file @
6f48fc3c
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.8.
2
</ruoyi.version>
<ruoyi.version>
3.8.
3
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
6f48fc3c
...
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.8.
2
version
:
3.8.
3
# 版权年份
copyrightYear
:
2022
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
6f48fc3c
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
2
</version>
<version>
3.8.
3
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
6f48fc3c
{
"name"
:
"ruoyi"
,
"version"
:
"3.8.
2
"
,
"version"
:
"3.8.
3
"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
6f48fc3c
...
...
@@ -147,6 +147,44 @@
<span>
更新日志
</span>
</div>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.3 - 2022-06-27"
>
<ol>
<li>
新增缓存列表菜单功能
</li>
<li>
代码生成树表新增(展开/折叠)
</li>
<li>
Excel注解支持color字体颜色
</li>
<li>
新增Anonymous匿名访问不鉴权注解
</li>
<li>
用户头像上传限制只能为图片格式
</li>
<li>
接口使用泛型使其看到响应属性字段
</li>
<li>
检查定时任务bean所在包名是否为白名单配置
</li>
<li>
添加页签openPage支持传递参数
</li>
<li>
用户缓存信息添加部门ancestors祖级列表
</li>
<li>
升级element-ui到最新版本2.15.8
</li>
<li>
升级oshi到最新版本6.1.6
</li>
<li>
升级druid到最新版本1.2.11
</li>
<li>
升级fastjson到最新版2.0.8
</li>
<li>
升级spring-boot到最新版本2.5.14
</li>
<li>
降级jsencrypt版本兼容IE浏览器
</li>
<li>
删除多余的salt字段
</li>
<li>
新增获取不带后缀文件名称方法
</li>
<li>
新增获取配置文件中的属性值方法
</li>
<li>
新增内容编码/解码方便插件集成使用
</li>
<li>
字典类型必须以字母开头,且只能为(小写字母,数字,下滑线)
</li>
<li>
优化设置分页参数默认值
</li>
<li>
优化对空字符串参数处理的过滤
</li>
<li>
优化显示顺序orderNum类型为整型
</li>
<li>
优化表单构建按钮不显示正则校验
</li>
<li>
优化字典数据回显样式下拉框显示值
</li>
<li>
优化R响应成功状态码与全局保持一致
</li>
<li>
优化druid开启wall过滤器出现的异常问题
</li>
<li>
优化用户管理左侧树型组件增加选中高亮保持
</li>
<li>
优化新增用户与角色信息
&
用户与岗位信息逻辑
</li>
<li>
优化默认不启用压缩文件缓存防止node_modules过大
</li>
<li>
修复字典数据显示不全问题
</li>
<li>
修复操作日志查询类型条件为0时会查到所有数据
</li>
<li>
修复Excel注解prompt/combo同时使用不生效问题
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.2 - 2022-04-01"
>
<ol>
<li>
前端支持设置是否需要防止数据重复提交
</li>
...
...
@@ -797,7 +835,7 @@ export default {
data
()
{
return
{
// 版本号
version
:
"
3.8.
2
"
,
version
:
"
3.8.
3
"
,
};
},
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment