Commit f375415f authored by youjie's avatar youjie

语言

parent c3f92440
......@@ -911,8 +911,8 @@
this.LastMonthTime = this.LastMonthTime == 0 ? 12 : this.LastMonthTime
this.MonthTime = new Date().getMonth() + 1
this.msg.Month = this.Year + '-' + (this.MonthTime >= 10 ? this.MonthTime : '0' + this.MonthTime)
this.MonthList[0].Name = this.MonthList[0].Name + '(' + this.LastMonthTime + '月)'
this.MonthList[1].Name = this.MonthList[1].Name + '(' + this.MonthTime + '月)'
this.MonthList[0].Name = this.MonthList[0].Name + '(' + this.LastMonthTime + this.$t('pub.month')+')'
this.MonthList[1].Name = this.MonthList[1].Name + '(' + this.MonthTime + this.$t('pub.month')+')'
this.commissionMsg.DepartSTime = this.getBeforeDate(93, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
var MonthDayNum = new Date(this.Year, this.MonthTime, 0).getDate(); //计算当月的天数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment