mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
日历渲染
This commit is contained in:
@@ -144,6 +144,7 @@ export default {
|
||||
btns: [
|
||||
{
|
||||
title: '考勤记录',
|
||||
titleColor:'#FF0000',
|
||||
route: { flag: '', extra: {} },
|
||||
},
|
||||
],
|
||||
@@ -191,10 +192,10 @@ export default {
|
||||
this.timeCode = utils.formatDate(e, 'yyyy-MM-dd')
|
||||
this.obj.date = this.timeCode
|
||||
this.getPerformanceDetailC()
|
||||
if (this.titleTime !== utils.formatDate(this.currentDate, 'yyyy-MM')) {
|
||||
this.isShow = false
|
||||
} else {
|
||||
if (String(this.titleTime) === String(utils.formatDate(new Date(), 'yyyy-MM'))) {
|
||||
this.isShow = true
|
||||
} else {
|
||||
this.isShow = false
|
||||
}
|
||||
},
|
||||
formatDate1() {
|
||||
|
||||
Reference in New Issue
Block a user