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
e95a1245
Commit
e95a1245
authored
Sep 26, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.8.4
parent
d7441eda
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
49 additions
and
13 deletions
+49
-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
+37
-1
No files found.
README.md
View file @
e95a1245
<p
align=
"center"
>
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
3
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
4
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<p
align=
"center"
>
<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/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.
3
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
4
-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>
<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>
</p>
...
...
pom.xml
View file @
e95a1245
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
<name>
ruoyi
</name>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<description>
若依管理系统
</description>
<properties>
<properties>
<ruoyi.version>
3.8.
3
</ruoyi.version>
<ruoyi.version>
3.8.
4
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
e95a1245
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.8.
3
version
:
3.8.
4
# 版权年份
# 版权年份
copyrightYear
:
2022
copyrightYear
:
2022
# 实例演示开关
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
e95a1245
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
3
</version>
<version>
3.8.
4
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
e95a1245
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.8.
3
"
,
"version"
:
"3.8.
4
"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
e95a1245
...
@@ -147,6 +147,42 @@
...
@@ -147,6 +147,42 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.4 - 2022-09-26"
>
<ol>
<li>
数据逻辑删除不进行唯一验证
</li>
<li>
Excel注解支持导出对象的子列表方法
</li>
<li>
Excel注解支持自定义隐藏属性列
</li>
<li>
Excel注解支持backgroundColor属性设置背景色
</li>
<li>
支持配置密码最大错误次数/锁定时间
</li>
<li>
登录日志新增解锁账户功能
</li>
<li>
通用下载方法新增config配置选项
</li>
<li>
支持多权限字符匹配角色数据权限
</li>
<li>
页面内嵌iframe切换tab不刷新数据
</li>
<li>
操作日志记录支持排除敏感属性字段
</li>
<li>
修复多文件上传报错出现的异常问题
</li>
<li>
修复图片预览组件src属性为null值控制台报错问题
</li>
<li>
升级oshi到最新版本6.2.2
</li>
<li>
升级fastjson到最新版2.0.14
</li>
<li>
升级pagehelper到最新版1.4.3
</li>
<li>
升级core-js到最新版本3.25.2
</li>
<li>
升级element-ui到最新版本2.15.10
</li>
<li>
优化任务过期不执行调度
</li>
<li>
优化字典数据使用store存取
</li>
<li>
优化修改资料头像被覆盖的问题
</li>
<li>
优化修改用户登录账号重复验证
</li>
<li>
优化代码生成同步后值NULL问题
</li>
<li>
优化定时任务支持执行父类方法
</li>
<li>
优化用户个人信息接口防止修改部门
</li>
<li>
优化布局设置使用el-drawer抽屉显示
</li>
<li>
优化没有权限的用户编辑部门缺少数据
</li>
<li>
优化日志注解记录限制请求地址的长度
</li>
<li>
优化excel/scale属性导出单元格数值类型
</li>
<li>
优化日志操作中重置按钮时重复查询的问题
</li>
<li>
优化多个相同角色数据导致权限SQL重复问题
</li>
<li>
优化表格上右侧工具条(搜索按钮显隐
&
右侧样式凸出)
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.3 - 2022-06-27"
>
<el-collapse-item
title=
"v3.8.3 - 2022-06-27"
>
<ol>
<ol>
<li>
新增缓存列表菜单功能
</li>
<li>
新增缓存列表菜单功能
</li>
...
@@ -835,7 +871,7 @@ export default {
...
@@ -835,7 +871,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"
3.8.
3
"
,
version
:
"
3.8.
4
"
,
};
};
},
},
methods
:
{
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