From 19b245ce419d08cfaaec1944a9e3f9a754c67eb3 Mon Sep 17 00:00:00 2001 From: fanfan Date: Sun, 28 Apr 2024 10:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index 7a784bc..36a7da0 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -77,18 +77,18 @@
- - - +
- - - +
@@ -866,14 +866,14 @@ export default { (formData.profit_rate_max || '') + '&profit_rate_min=' + (formData.profit_rate_min || '') + - '&min_distribute_price=' + - (formData.min_distribute_price || '') + - '&max_distribute_price=' + - (formData.max_distribute_price || '') + - '&min_shop_price=' + - (formData.min_shop_price || '') + - '&max_shop_price=' + - (formData.max_shop_price || '') + + '&distribute_price_min=' + + (formData.distribute_price_min || '') + + '&distribute_price_max=' + + (formData.distribute_price_max || '') + + '&shop_price_min=' + + (formData.shop_price_min || '') + + '&shop_price_max=' + + (formData.shop_price_max || '') + '&categoryId=' + this.queryParam.categoryId + '&channel=' +