From f5fc849e9396a5c777071b8cf38f002f0e6e2ff4 Mon Sep 17 00:00:00 2001
From: chen-xin-zhi <3588068430@qq.com>
Date: Mon, 3 Mar 2025 20:52:10 +0800
Subject: [PATCH 1/2] Changes
---
src/layout/components/Header.vue | 2 +-
src/views/Commodity/AddProduct.vue | 1 -
.../CostumeAppointments/ManagementCenter.vue | 124 ++++++-
.../PendingOutfitOrder.vue | 315 ------------------
src/views/Coupons/AddCoupons.vue | 29 +-
src/views/Coupons/CouponCenter.vue | 53 +--
6 files changed, 176 insertions(+), 348 deletions(-)
delete mode 100644 src/views/CostumeAppointments/PendingOutfitOrder.vue
diff --git a/src/layout/components/Header.vue b/src/layout/components/Header.vue
index 22d6bed..76066be 100644
--- a/src/layout/components/Header.vue
+++ b/src/layout/components/Header.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/src/views/Commodity/AddProduct.vue b/src/views/Commodity/AddProduct.vue
index 692923e..0bd0a63 100644
--- a/src/views/Commodity/AddProduct.vue
+++ b/src/views/Commodity/AddProduct.vue
@@ -182,7 +182,6 @@ const customTag = (e:any)=>{ //点击定制
\ No newline at end of file
diff --git a/src/views/Coupons/AddCoupons.vue b/src/views/Coupons/AddCoupons.vue
index fc68623..c2d9a81 100644
--- a/src/views/Coupons/AddCoupons.vue
+++ b/src/views/Coupons/AddCoupons.vue
@@ -1,18 +1,21 @@
-
+
-
+
-
-
+
+
+ 积分
-
-
+
+
+ 元
-
-
+
+
+ 元
-
+
-
+
提交
@@ -80,3 +83,9 @@ const handleRemove: UploadProps['onRemove'] = (uploadFile, uploadFiles) => {
}
+
+
+
\ No newline at end of file
diff --git a/src/views/Coupons/CouponCenter.vue b/src/views/Coupons/CouponCenter.vue
index d3754be..cca6ea2 100644
--- a/src/views/Coupons/CouponCenter.vue
+++ b/src/views/Coupons/CouponCenter.vue
@@ -22,14 +22,13 @@
:cell-style="{ 'text-align': 'center', 'font-size': '16px' }" @selection-change="handleSelectionChange"
:header-cell-style="{ 'text-align': 'center' }">
-
-
-
+
+
+
-
-
+
@@ -59,27 +58,43 @@
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+ 元
+
+
+
+
+ 元
+
+
-
-
-
-
+
+ 积分
+
+
-
+
-
-
+
+
+
From 9b07c7693eae00c8324833d473b345266bd5177a Mon Sep 17 00:00:00 2001
From: chen-xin-zhi <3588068430@qq.com>
Date: Tue, 4 Mar 2025 07:59:26 +0800
Subject: [PATCH 2/2] Changes
---
src/api/myAxios.ts | 4 +--
src/router/routes.ts | 26 ++++++--------------
src/views/Orders/OrderList.vue | 2 +-
src/views/Orders/PendingServiceOrderList.vue | 2 +-
4 files changed, 12 insertions(+), 22 deletions(-)
diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts
index 62ab694..a9d70c4 100644
--- a/src/api/myAxios.ts
+++ b/src/api/myAxios.ts
@@ -4,8 +4,8 @@ import router from '../router'
const myAxios = axios.create({
withCredentials:true,
- baseURL: 'http://localhost:9092/api'
- // baseURL: 'http://123.249.108.160:8888/api' //测试服务器
+ // baseURL: 'http://localhost:9092/api'
+ baseURL: 'http://123.249.108.160:8888/api' //测试服务器
});
// 添加请求拦截器
axios.interceptors.request.use(function (config) {
diff --git a/src/router/routes.ts b/src/router/routes.ts
index 22f54e6..d4bd3dc 100644
--- a/src/router/routes.ts
+++ b/src/router/routes.ts
@@ -217,40 +217,40 @@ export const constantRoute = [
children: [
{
path: '/AddCostumes',
- name: '添加服装',
+ name: '添加写真产品',
component: ()=> import("@/views/CostumeAppointments/AddCostumes.vue"),
meta: {
- title: '添加服装' ,
+ title: '添加写真产品' ,
icon: 'Edit',
hidden: false
}
},
{
path: '/ClothingGrade',
- name: '服装等级管理',
+ name: '写真产品类别',
component: ()=> import("@/views/CostumeAppointments/ClothingGrade.vue"),
meta: {
- title: '服装等级管理' ,
+ title: '写真产品类别' ,
icon: 'Files',
hidden: false
}
},
{
path: '/ManagementCenter',
- name: '服装详情管理',
+ name: '写真产品详情',
component: ()=> import("@/views/CostumeAppointments/ManagementCenter.vue"),
meta: {
- title: '服装详情管理' ,
+ title: '写真产品详情' ,
icon: 'Tickets',
hidden: false
}
},
{
path: '/AppointmentOrder',
- name: '写真预约订单管理',
+ name: '写真预约订单',
component: ()=> import("@/views/CostumeAppointments/AppointmentOrder.vue"),
meta: {
- title: '写真预约订单管理' ,
+ title: '写真预约订单' ,
icon: 'MessageBox',
hidden: false
}
@@ -263,16 +263,6 @@ export const constantRoute = [
title: '写真订单详情' ,
hidden: true
}
- },
- {
- path: '/PendingOutfitOrder',
- name: '待处理写真预约订单',
- component: ()=> import("@/views/CostumeAppointments/PendingOutfitOrder.vue"),
- meta: {
- title: '待处理写真预约订单' ,
- icon: 'Notification',
- hidden: false
- }
}
]
},
diff --git a/src/views/Orders/OrderList.vue b/src/views/Orders/OrderList.vue
index 24866e1..5d1cf48 100644
--- a/src/views/Orders/OrderList.vue
+++ b/src/views/Orders/OrderList.vue
@@ -267,7 +267,7 @@ const deleteOrder = async (row : any) => { //微信退款
getOrderList()
loading.value = false
}
- },10000)
+ },3)
}
const reset = () => { //重置搜索框
orderNumber.value = '';
diff --git a/src/views/Orders/PendingServiceOrderList.vue b/src/views/Orders/PendingServiceOrderList.vue
index d6ea4ec..ffdca94 100644
--- a/src/views/Orders/PendingServiceOrderList.vue
+++ b/src/views/Orders/PendingServiceOrderList.vue
@@ -273,7 +273,7 @@ const refundOrder = async (row : any) => { //微信退款
getOrderList()
loading.value = false
}
- },10000)
+ },2000)
}
const reset = () => { //重置搜索框
goodId.value = ''