From 73f503c86a0ff7a297cce74c1771a3480917d5fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Fri, 23 Apr 2021 10:25:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=B8=AA=E4=BC=9A=E5=91=98=E6=B6=88?=
=?UTF-8?q?=E8=B4=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/user/statisticsOne.vue | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
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 @@
-
+
{{scope.row.all_amount}}
value
-
+
{{scope.row.PrevMonthAmount}}
-
+
{{scope.row.MonthAmount}}
-
+
{{scope.row.account_count}}
-
+
{{scope.row.account_used}}
value
-
+
{{scope.row.account_expire}}
@@ -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]