We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98d68f + de0653b commit 3f20bb9Copy full SHA for 3f20bb9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yudao-ui-admin",
3
- "version": "1.7.3-snapshot",
+ "version": "1.8.0-snapshot",
4
"description": "芋道管理系统",
5
"author": "芋道",
6
"license": "MIT",
src/components/Crontab/week.vue
@@ -185,7 +185,7 @@ export default {
185
averageTotal: function () {
186
this.average01 = this.checkNum(this.average01, 1, 4)
187
this.average02 = this.checkNum(this.average02, 1, 7)
188
- return this.average02 + '#' + this.average01;
+ return this.average01 + '#' + this.average02;
189
},
190
// 最近的工作日(格式)
191
weekdayCheck: function () {
0 commit comments