diff --git a/fuintAdmin/src/layout/components/Sidebar/Logo.vue b/fuintAdmin/src/layout/components/Sidebar/Logo.vue index 116863e0a..32af97d43 100644 --- a/fuintAdmin/src/layout/components/Sidebar/Logo.vue +++ b/fuintAdmin/src/layout/components/Sidebar/Logo.vue @@ -4,6 +4,7 @@

{{ title }}

+
diff --git a/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue b/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue index d15016d1e..b03d1a487 100644 --- a/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue +++ b/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue @@ -10,7 +10,7 @@ + diff --git a/fuintAdmin/src/layout/components/Sidebar/index.vue b/fuintAdmin/src/layout/components/Sidebar/index.vue index dfecc0fd4..6c6122398 100644 --- a/fuintAdmin/src/layout/components/Sidebar/index.vue +++ b/fuintAdmin/src/layout/components/Sidebar/index.vue @@ -10,9 +10,9 @@ :default-active="activeMenu" :collapse="false" :background-color="settings.sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground" - :text-color="settings.sideTheme === 'theme-dark' ? variables.menuColor : variables.menuLightColor" + text-color="#ffffff" :unique-opened="true" - :active-text-color="settings.theme" + active-text-color="#409eff" :collapse-transition="false" mode="vertical" style="margin-bottom: 80px;" diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index f1d47ff7f..379bd8c36 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -44,6 +44,12 @@ + + @@ -305,22 +311,32 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -621,7 +637,7 @@ export default { activeStartTime: [ { required: true, message: '必填项不能为空', trigger: 'blur' }, ], - activeEndTime00: [ + activeEndTime: [ { required: true, message: '必填项不能为空', trigger: 'blur' }, ], adaptUserType: [ @@ -666,6 +682,9 @@ export default { this.listUserGrade() }, methods: { + indexMethod(index) { + return index * 2; + }, /** 查询消费有礼活动列表 */ getList() { this.loading = true; @@ -1044,5 +1063,6 @@ export default { display: flex; justify-content: space-between; align-items: center; + font-size: 18px; } diff --git a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue index 4d3ae203b..7a04c721b 100644 --- a/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeDiscount/index.vue @@ -43,7 +43,12 @@ - + + @@ -90,7 +95,7 @@ - + @@ -113,22 +118,34 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + {{item.oilType}}{{item.oilName}} diff --git a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue index fcb8805b5..e4da99429 100644 --- a/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeFullminus/index.vue @@ -43,7 +43,12 @@ - + + @@ -120,22 +125,34 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + {{item.oilType}}{{item.oilName}} diff --git a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue index 0a9296dcf..b083e3067 100644 --- a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue @@ -44,7 +44,12 @@ - + + @@ -116,22 +121,28 @@ - - - - - - - - + + + + + + + + + + + + + + @@ -813,3 +824,12 @@ export default { } }; + diff --git a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue index 1d077bda2..03568b261 100644 --- a/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue +++ b/fuintAdmin/src/views/EventMarketing/cardFavorable/index.vue @@ -183,27 +183,35 @@ - - 领券后立即生效,有效期 - + +
领券后立即生效,有效期 - +
+ +
- - 固定有效周期,固定开始日期 +
+ 固定有效周期,固定开始日期 + - 有效期 - + 有效期 + +
- 领券后第 + +
+ 领券后第 有效期 +
+
@@ -295,7 +303,6 @@
- 取 消 确 定 @@ -450,6 +457,7 @@ export default { count: null, qrCodeLink: null, status: null, + effectiveDateType:'0' }, tongji:{ id:'', @@ -580,8 +588,8 @@ export default { storeId: null, isonline: 0, name: null, - type: null, - discountType: null, + type: "0", + discountType: "0", oilType: [], fullDeduction: null, discountAmount: null, @@ -717,6 +725,10 @@ export default { }; diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/WriteOff.vue b/fuintCashierWeb/src/views/cashier/NewComponents/WriteOff.vue index 7332c39e8..c5ef4be91 100644 --- a/fuintCashierWeb/src/views/cashier/NewComponents/WriteOff.vue +++ b/fuintCashierWeb/src/views/cashier/NewComponents/WriteOff.vue @@ -75,7 +75,7 @@ export default { this.couponList = response.data.records; this.total = response.data.total if( response.data.total == 0){ - this.$message.error("未找到兑换券") + }else{ } @@ -98,9 +98,6 @@ export default { this.getList() } }) - - - }).catch(() => { this.$message({ type: 'info',