diff --git a/src/components/user/statisticsOne.vue b/src/components/user/statisticsOne.vue index 8b4e6e8..71be93f 100644 --- a/src/components/user/statisticsOne.vue +++ b/src/components/user/statisticsOne.vue @@ -25,34 +25,34 @@ - + value - + - + - + - + value - + @@ -209,13 +209,13 @@ export default { }, methods: { // eslint-disable-next-line standard/object-curly-even-spacing - sort ({column, prop, order }) { - this.searchModel.PageIndex = 1 - this.searchModel.sortLable = column.sortable - // eslint-disable-next-line eqeqeq - this.searchModel.sortOrder = order == 'ascending' ? 1 : 0 - this.get() - }, + // sort ({column, prop, order }) { + // this.searchModel.PageIndex = 1 + // this.searchModel.sortLable = column.sortable + // // eslint-disable-next-line eqeqeq + // this.searchModel.sortOrder = order == 'ascending' ? 1 : 0 + // this.get() + // }, search () { if (this.last_month && this.last_month.length === 2) { this.searchModel.last_month.s_time = this.last_month[0]