From e76741bb13af09844ae4532267dc6dd04e9d7b99 Mon Sep 17 00:00:00 2001
From: "DESKTOP-369JRHT\\12997" <9>
Date: Tue, 29 Oct 2024 17:21:46 +0800
Subject: [PATCH] 10.29
---
fuintAdmin/src/views/integral/gift/add.vue | 8 +-
fuintAdmin/src/views/integral/gift/gift.vue | 220 ++++++++----------
fuintAdmin/src/views/integral/gift/index.vue | 2 +-
.../src/views/integral/giftCategory/index.vue | 46 ++--
.../src/views/integral/settings/index.vue | 5 +-
fuintAdmin/src/views/order/order_Oil.vue | 3 +-
6 files changed, 128 insertions(+), 156 deletions(-)
diff --git a/fuintAdmin/src/views/integral/gift/add.vue b/fuintAdmin/src/views/integral/gift/add.vue
index 62ff272f0..7abce6002 100644
--- a/fuintAdmin/src/views/integral/gift/add.vue
+++ b/fuintAdmin/src/views/integral/gift/add.vue
@@ -497,7 +497,7 @@ export default {
-
+
@@ -840,7 +840,7 @@ export default {
.container1 {
background: #F4F5F9;
box-sizing: border-box;
- padding: 20px;
+ padding: 10px;
}
.app-container {
@@ -848,7 +848,9 @@ export default {
height: 100%;
background: #f6f8f9;
}
-
+.card-change{
+ height: 91vh;
+}
.d-dialog > > > .el-upload--picture-card {
width: 100px;
height: 100px;
diff --git a/fuintAdmin/src/views/integral/gift/gift.vue b/fuintAdmin/src/views/integral/gift/gift.vue
index 0b758ea97..716b4ab49 100644
--- a/fuintAdmin/src/views/integral/gift/gift.vue
+++ b/fuintAdmin/src/views/integral/gift/gift.vue
@@ -34,114 +34,112 @@
-
-
-
-
-
-
-
-
- {{ scope.row.categoryName==null? '不分类': scope.row.categoryName}}
-
-
-
-
-
+
+
+
-
-
+ {{ scope.row.categoryName==null? '不分类': scope.row.categoryName}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 积分
+ 金额
+ 积分+金额
+ 积分+加钱购
+
+
+
+
+
+ {{scope.row.exchangePoints}}积分
+ {{scope.row.exchangeAmount}}元
+ {{scope.row.exchangePoints}}积分+{{scope.row.exchangeAmount}}元
+ {{scope.row.exchangePoints}}积分+加钱购比例{{ scope.row.moneyRatio }}
+
+
+
+
+
+
+
+
+
+ {{row}}
+
+
+
+
+
+ --
+ 包邮
+ {{scope.row.shippingFeeAmount}}
+
+
+
+
+
+
+
+ {{ scope.row.totalInventory===-1?'无限制': scope.row.totalInventory}}
+ --
+
+
+
+
+
+
+
+ {{ scope.row.totalInventory===-1?'无限制': scope.row.remainingInventory}}
+
+
+
+
+
- 积分
- 金额
- 积分+金额
- 积分+加钱购
+ 启用
+ 禁用
-
-
- {{scope.row.exchangePoints}}积分
- {{scope.row.exchangeAmount}}元
- {{scope.row.exchangePoints}}积分+{{scope.row.exchangeAmount}}元
- {{scope.row.exchangePoints}}积分+加钱购比例{{ scope.row.moneyRatio }}
-
+
-
-
-
+
-
-
- {{row}}
-
-
-
-
-
- --
- 包邮
- {{scope.row.shippingFeeAmount}}
-
-
-
-
-
-
-
- {{ scope.row.totalInventory===-1?'无限制': scope.row.totalInventory}}
- --
-
-
-
+
-
-
- {{ scope.row.totalInventory===-1?'无限制': scope.row.remainingInventory}}
+ >修改
-
-
-
-
-
- 启用
- 禁用
-
-
-
-
+
+
-
-
-
- 修改
-
-
-
-
@@ -213,22 +210,6 @@
-
@@ -429,7 +410,6 @@
取 消
-
@@ -506,18 +486,9 @@
取 消
-->
-
-
-
-
-
-
-
-
-
-
+
@@ -546,7 +517,6 @@
取 消
-
diff --git a/fuintAdmin/src/views/integral/settings/index.vue b/fuintAdmin/src/views/integral/settings/index.vue
index b9fb9756b..3633e31fa 100644
--- a/fuintAdmin/src/views/integral/settings/index.vue
+++ b/fuintAdmin/src/views/integral/settings/index.vue
@@ -68,8 +68,8 @@
-
-
+
+
@@ -477,6 +477,7 @@ valiNumberPass(rule, value, callback, fieldName)
margin-right: 50px;
display: flex;
align-items: center;
+ cursor: pointer;
}
diff --git a/fuintAdmin/src/views/order/order_Oil.vue b/fuintAdmin/src/views/order/order_Oil.vue
index 1eb7334c4..8a2659fec 100644
--- a/fuintAdmin/src/views/order/order_Oil.vue
+++ b/fuintAdmin/src/views/order/order_Oil.vue
@@ -774,8 +774,9 @@
}
.table-box{
width: 100%;
- height: 70vh;
+ height: 69vh;
overflow: auto;
+ scrollbar-width: none;
}
.pagination-box{
width: 100%;