| | |
| | | <!-- |
| | | * @Date: 2024-04-04 22:45:43 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-05-05 21:20:22 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-06-11 15:26:41 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/base/CalenderTab.vue |
| | | --> |
| | | <template> |
| | |
| | | dates: data.calendarDayVOList.filter(item => { |
| | | console.log(moment(item).month(), '>>>123') |
| | | return moment(item.calendarDate).month() === i |
| | | }), |
| | | }).map(v => v.calendarDate), |
| | | } |
| | | ] |
| | | }) |
| | |
| | | |
| | | .vc-arrow { |
| | | display: none !important; |
| | | ; |
| | | } |
| | | </style> |