From b7a2a5af6d9570ac84c2acc9ac53918de4a4d947 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Mon, 18 Sep 2023 16:04:25 +0800 Subject: [PATCH 1/9] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=AB=AF=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB=EF=BC=8C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=E5=8F=8A=E4=BD=A3=E9=87=91=E6=AF=94?= =?UTF-8?q?=E4=BE=8B=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/goods/goods-manage/category.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manager/src/views/goods/goods-manage/category.vue b/manager/src/views/goods/goods-manage/category.vue index bbc3ee80..056f9afb 100644 --- a/manager/src/views/goods/goods-manage/category.vue +++ b/manager/src/views/goods/goods-manage/category.vue @@ -114,14 +114,14 @@ - + 启用 禁用 From c6cf90fb4e2b48cfd74872356a00d23c5e33977f Mon Sep 17 00:00:00 2001 From: misworga831 Date: Mon, 18 Sep 2023 16:59:23 +0800 Subject: [PATCH 2/9] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/components/affix-time.vue | 6 +++--- manager/src/views/statistics/member.vue | 4 ++-- manager/src/views/statistics/order.vue | 4 ++-- manager/src/views/statistics/traffic.vue | 4 ++-- seller/src/views/lili-components/affix-time.vue | 8 ++++---- seller/src/views/statistics/order.vue | 4 ++-- seller/src/views/statistics/traffic.vue | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/manager/src/components/affix-time.vue b/manager/src/components/affix-time.vue index d06ad9cb..e4072503 100644 --- a/manager/src/components/affix-time.vue +++ b/manager/src/components/affix-time.vue @@ -31,7 +31,7 @@ export default { selectedWay: { // 可选时间项 - title: "最近7天", + title: "过去7天", selected: true, searchType: "LAST_SEVEN", }, @@ -56,12 +56,12 @@ export default { searchType: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, searchType: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, searchType: "LAST_THIRTY", }, diff --git a/manager/src/views/statistics/member.vue b/manager/src/views/statistics/member.vue index 0312eb22..b1b9fce4 100644 --- a/manager/src/views/statistics/member.vue +++ b/manager/src/views/statistics/member.vue @@ -64,12 +64,12 @@ export default { value: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, value: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, value: "LAST_THIRTY", }, diff --git a/manager/src/views/statistics/order.vue b/manager/src/views/statistics/order.vue index 15555ad6..24183d6f 100644 --- a/manager/src/views/statistics/order.vue +++ b/manager/src/views/statistics/order.vue @@ -452,12 +452,12 @@ export default { value: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, value: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, value: "LAST_THIRTY", }, diff --git a/manager/src/views/statistics/traffic.vue b/manager/src/views/statistics/traffic.vue index 841e06a3..4d133beb 100644 --- a/manager/src/views/statistics/traffic.vue +++ b/manager/src/views/statistics/traffic.vue @@ -76,12 +76,12 @@ export default { value: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, value: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, value: "LAST_THIRTY", }, diff --git a/seller/src/views/lili-components/affix-time.vue b/seller/src/views/lili-components/affix-time.vue index 54461bb9..fb48aa3f 100644 --- a/seller/src/views/lili-components/affix-time.vue +++ b/seller/src/views/lili-components/affix-time.vue @@ -20,13 +20,13 @@ export default { month: "", // 所选月份 defuaultWay: { - title: "最近7天", + title: "过去7天", selected: true, searchType: "LAST_SEVEN", }, selectedWay: { - title: "最近7天", + title: "过去7天", selected: true, searchType: "LAST_SEVEN", }, @@ -51,12 +51,12 @@ export default { searchType: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, searchType: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, searchType: "LAST_THIRTY", }, diff --git a/seller/src/views/statistics/order.vue b/seller/src/views/statistics/order.vue index 37250ac0..0f634524 100644 --- a/seller/src/views/statistics/order.vue +++ b/seller/src/views/statistics/order.vue @@ -377,12 +377,12 @@ export default { value: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, value: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, value: "LAST_THIRTY", }, diff --git a/seller/src/views/statistics/traffic.vue b/seller/src/views/statistics/traffic.vue index cac968cf..fc050b8d 100644 --- a/seller/src/views/statistics/traffic.vue +++ b/seller/src/views/statistics/traffic.vue @@ -74,12 +74,12 @@ export default { value: "YESTERDAY", }, { - title: "最近7天", + title: "过去7天", selected: true, value: "LAST_SEVEN", }, { - title: "最近30天", + title: "过去30天", selected: false, value: "LAST_THIRTY", }, From 2aae5a4bff832fafef1ac0da298cd6da72df5cb5 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Sat, 30 Sep 2023 17:48:35 +0800 Subject: [PATCH 3/9] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=9B=A2?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=EF=BC=8C=E6=89=80=E9=80=89?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=B8=8D=E6=AD=A3=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/promotion/pintuan/pintuan-goods.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seller/src/views/promotion/pintuan/pintuan-goods.vue b/seller/src/views/promotion/pintuan/pintuan-goods.vue index 8d53bee3..e4b3a52a 100644 --- a/seller/src/views/promotion/pintuan/pintuan-goods.vue +++ b/seller/src/views/promotion/pintuan/pintuan-goods.vue @@ -277,6 +277,7 @@ export default { delGoods(index) { // 删除商品 this.goodsData.splice(index, 1); + this.selectCount = 0; }, delAll() { // 批量删除商品 @@ -295,6 +296,7 @@ export default { this.goodsData = this.goodsData.filter((item) => { return !ids.includes(item.skuId); }); + this.selectCount = 0; }, }); }, From b2c286f0f53024c5ab1ce980aa2eca0fddd68319 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Mon, 9 Oct 2023 13:27:13 +0800 Subject: [PATCH 4/9] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=9B=BE=E4=B8=AD=E5=8F=AF=E8=83=BD=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/components/affix-time.vue | 73 +++++++++++++------ .../src/views/lili-components/affix-time.vue | 72 +++++++++++++----- 2 files changed, 101 insertions(+), 44 deletions(-) diff --git a/manager/src/components/affix-time.vue b/manager/src/components/affix-time.vue index 7bc48c0f..54a2fc87 100644 --- a/manager/src/components/affix-time.vue +++ b/manager/src/components/affix-time.vue @@ -1,20 +1,20 @@