소스 검색

事项排序

cxmo 1 년 전
부모
커밋
d4a8c8a211
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/toolBox_manage/ForexCalendar.vue
  2. 1 0
      src/views/toolBox_manage/components/BaseCalendar.vue

+ 1 - 1
src/views/toolBox_manage/ForexCalendar.vue

@@ -190,7 +190,7 @@ export default {
                 this.renderCalendar()
             }else{
                 this.monthValue = this.$moment(eventDay).format('YYYY-MM')
-                this.changeMound(this.monthValue)
+                this.changeMonth(this.monthValue)
             }
             
             this.isEventDialogShow = false

+ 1 - 0
src/views/toolBox_manage/components/BaseCalendar.vue

@@ -59,6 +59,7 @@ export default {
                 dayCellContent:function(arg){ //单元格日期显示为 1 2 3...
                     return arg.date.getDate()
                 },
+                eventOrder:'Sort', //指定事项排序字段
                 /* dayMaxEventRows:6,//一天最多展示6条
                 moreLinkClick:(info)=>{this.handleDateClick(info)},//点击more时触发 */
                 events:[