Quellcode durchsuchen

时间改本周上周

xialei vor 1 Jahr
Ursprung
Commit
02ddec708a

+ 6 - 2
src/views/accounts/caiwutongji/commission/index.vue

@@ -242,8 +242,12 @@ export default {
242 242
                         val: "yesterday"
243 243
                     },
244 244
                     {
245
-                        text: "最近7天",
246
-                        val: "lately7"
245
+                        text: "本周",
246
+                        val: "thisWeek"
247
+                    },
248
+                    {
249
+                        text: "上周",
250
+                        val: "lastWeek"
247 251
                     },
248 252
                     {
249 253
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/contribute/index.vue

@@ -151,8 +151,12 @@ export default {
151 151
                         val: "yesterday"
152 152
                     },
153 153
                     {
154
-                        text: "最近7天",
155
-                        val: "lately7"
154
+                        text: "本周",
155
+                        val: "thisWeek"
156
+                    },
157
+                    {
158
+                        text: "上周",
159
+                        val: "lastWeek"
156 160
                     },
157 161
                     {
158 162
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/fenrun/index.vue

@@ -154,8 +154,12 @@ export default {
154 154
                         val: "yesterday"
155 155
                     },
156 156
                     {
157
-                        text: "最近7天",
158
-                        val: "lately7"
157
+                        text: "本周",
158
+                        val: "thisWeek"
159
+                    },
160
+                    {
161
+                        text: "上周",
162
+                        val: "lastWeek"
159 163
                     },
160 164
                     {
161 165
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/fugou/index.vue

@@ -201,8 +201,12 @@ export default {
201 201
                         val: "yesterday"
202 202
                     },
203 203
                     {
204
-                        text: "最近7天",
205
-                        val: "lately7"
204
+                        text: "本周",
205
+                        val: "thisWeek"
206
+                    },
207
+                    {
208
+                        text: "上周",
209
+                        val: "lastWeek"
206 210
                     },
207 211
                     {
208 212
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/hongbao/index.vue

@@ -153,8 +153,12 @@ export default {
153 153
                         val: "yesterday"
154 154
                     },
155 155
                     {
156
-                        text: "最近7天",
157
-                        val: "lately7"
156
+                        text: "本周",
157
+                        val: "thisWeek"
158
+                    },
159
+                    {
160
+                        text: "上周",
161
+                        val: "lastWeek"
158 162
                     },
159 163
                     {
160 164
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/jingdou/index.vue

@@ -154,8 +154,12 @@ export default {
154 154
                         val: "yesterday"
155 155
                     },
156 156
                     {
157
-                        text: "最近7天",
158
-                        val: "lately7"
157
+                        text: "本周",
158
+                        val: "thisWeek"
159
+                    },
160
+                    {
161
+                        text: "上周",
162
+                        val: "lastWeek"
159 163
                     },
160 164
                     {
161 165
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/pension/index.vue

@@ -194,8 +194,12 @@ export default {
194 194
                         val: "yesterday"
195 195
                     },
196 196
                     {
197
-                        text: "最近7天",
198
-                        val: "lately7"
197
+                        text: "本周",
198
+                        val: "thisWeek"
199
+                    },
200
+                    {
201
+                        text: "上周",
202
+                        val: "lastWeek"
199 203
                     },
200 204
                     {
201 205
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/point/index.vue

@@ -152,8 +152,12 @@ export default {
152 152
                         val: "yesterday"
153 153
                     },
154 154
                     {
155
-                        text: "最近7天",
156
-                        val: "lately7"
155
+                        text: "本周",
156
+                        val: "thisWeek"
157
+                    },
158
+                    {
159
+                        text: "上周",
160
+                        val: "lastWeek"
157 161
                     },
158 162
                     {
159 163
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/pv/index.vue

@@ -154,8 +154,12 @@ export default {
154 154
                         val: "yesterday"
155 155
                     },
156 156
                     {
157
-                        text: "最近7天",
158
-                        val: "lately7"
157
+                        text: "本周",
158
+                        val: "thisWeek"
159
+                    },
160
+                    {
161
+                        text: "上周",
162
+                        val: "lastWeek"
159 163
                     },
160 164
                     {
161 165
                         text: "最近30天",

+ 6 - 2
src/views/accounts/caiwutongji/vr/index.vue

@@ -151,8 +151,12 @@ export default {
151 151
                         val: "yesterday"
152 152
                     },
153 153
                     {
154
-                        text: "最近7天",
155
-                        val: "lately7"
154
+                        text: "本周",
155
+                        val: "thisWeek"
156
+                    },
157
+                    {
158
+                        text: "上周",
159
+                        val: "lastWeek"
156 160
                     },
157 161
                     {
158 162
                         text: "最近30天",

+ 1 - 1
src/views/merchant/list/index.vue

@@ -462,7 +462,7 @@ export default {
462 462
         .then((res) => {
463 463
           Cookies.set("merchantToken", res.data.token);
464 464
           // window.open(SettingMer.httpUrl + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
465
-          window.open("http://shop.hxxfb.com" + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
465
+          window.open("http://testshop.hxxfb.com" + res.data.url); // 2023年9月2日 - 前后端分离 去掉httpUrl
466 466
           // window.open(res.data.url);
467 467
           console.log('跳转到merchant res = ')
468 468
           console.log(res)