Merge pull request #252 from zqd123/master

fix: yudao-ui-admin前端-Cron表达式-周选择第4项,#号两边的值颠倒了
This commit is contained in:
芋道源码
2023-07-26 12:36:22 +08:00
committed by GitHub

View File

@ -185,7 +185,7 @@ export default {
averageTotal: function () {
this.average01 = this.checkNum(this.average01, 1, 4)
this.average02 = this.checkNum(this.average02, 1, 7)
return this.average02 + '#' + this.average01;
return this.average01 + '#' + this.average02;
},
// 最近的工作日(格式)
weekdayCheck: function () {