Skip to content

Commit 3f20bb9

Browse files
committed
Merge branch 'master' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into master-redis
� Conflicts: � yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/convert/auth/AuthConvert.java � yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/permission/MenuServiceImpl.java
2 parents e98d68f + de0653b commit 3f20bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yudao-ui-admin",
3-
"version": "1.7.3-snapshot",
3+
"version": "1.8.0-snapshot",
44
"description": "芋道管理系统",
55
"author": "芋道",
66
"license": "MIT",

src/components/Crontab/week.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default {
185185
averageTotal: function () {
186186
this.average01 = this.checkNum(this.average01, 1, 4)
187187
this.average02 = this.checkNum(this.average02, 1, 7)
188-
return this.average02 + '#' + this.average01;
188+
return this.average01 + '#' + this.average02;
189189
},
190190
// 最近的工作日(格式)
191191
weekdayCheck: function () {

0 commit comments

Comments
 (0)