From 51a71ffc28f134beeaa15dfb7ec70dfc7a1de7b2 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 14 四月 2021 12:49:46 +0800
Subject: [PATCH] table数据

---
 src/utils/constant.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/utils/constant.js b/src/utils/constant.js
index 877ff0d..f80da21 100644
--- a/src/utils/constant.js
+++ b/src/utils/constant.js
@@ -3,7 +3,7 @@
 export const PICKER_OPTIONS_SHORTCUTS = [
   {
     text: '浠婂ぉ',
-    onClick(picker) {
+    onClick (picker) {
       const end = new Date()
       const start = new Date(new Date().toDateString())
       end.setTime(start.getTime())
@@ -11,7 +11,7 @@
     }
   }, {
     text: '鏈�杩戜竴鍛�',
-    onClick(picker) {
+    onClick (picker) {
       const end = new Date(new Date().toDateString())
       const start = new Date()
       start.setTime(end.getTime() - 3600 * 1000 * 24 * 7)
@@ -19,7 +19,7 @@
     }
   }, {
     text: '鏈�杩戜竴涓湀',
-    onClick(picker) {
+    onClick (picker) {
       const end = new Date(new Date().toDateString())
       const start = new Date()
       start.setTime(start.getTime() - 3600 * 1000 * 24 * 30)
@@ -27,7 +27,7 @@
     }
   }, {
     text: '鏈�杩戜笁涓湀',
-    onClick(picker) {
+    onClick (picker) {
       const end = new Date(new Date().toDateString())
       const start = new Date()
       start.setTime(start.getTime() - 3600 * 1000 * 24 * 90)

--
Gitblit v1.8.0