mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-06-20 15:31:59 +08:00
Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro
This commit is contained in:
commit
0c51e7fdba
@ -185,7 +185,7 @@ export default {
|
|||||||
averageTotal: function () {
|
averageTotal: function () {
|
||||||
this.average01 = this.checkNum(this.average01, 1, 4)
|
this.average01 = this.checkNum(this.average01, 1, 4)
|
||||||
this.average02 = this.checkNum(this.average02, 1, 7)
|
this.average02 = this.checkNum(this.average02, 1, 7)
|
||||||
return this.average02 + '#' + this.average01;
|
return this.average01 + '#' + this.average02;
|
||||||
},
|
},
|
||||||
// 最近的工作日(格式)
|
// 最近的工作日(格式)
|
||||||
weekdayCheck: function () {
|
weekdayCheck: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user