cxmo 1 жил өмнө
parent
commit
d4a8c8a211

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

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

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

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