diff --git a/components.d.ts b/components.d.ts
index aa4561c..bc01e0b 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -18,13 +18,11 @@ declare module 'vue' {
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
- ElCountdown: typeof import('element-plus/es')['ElCountdown']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
- ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
@@ -32,7 +30,6 @@ declare module 'vue' {
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
- ElPageHeader: typeof import('element-plus/es')['ElPageHeader']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElProgress: typeof import('element-plus/es')['ElProgress']
diff --git a/env/.env.dev b/env/.env.dev
index 8455276..1aed2b5 100644
--- a/env/.env.dev
+++ b/env/.env.dev
@@ -10,8 +10,8 @@ VITE_API_URL = '/proxyApi'
# VITE_proxyTarget = 'http://192.168.2.246:28080' # 马帅
# VITE_proxyTarget = 'http://192.168.2.127:28080' # 梁超
# VITE_proxyTarget = 'http://36.33.26.201:17788/proxyApi' # 测试服务
-VITE_proxyTarget = 'http://192.168.0.244:28580' # 测试服务
-# VITE_proxyTarget = 'http://192.168.2.129:18080' # 马帅j
+# VITE_proxyTarget = 'http://192.168.0.244:28580' # 测试服务
+VITE_proxyTarget = 'http://192.168.2.72:28080' # 马帅j
# VITE_proxyTarget = 'http://10.40.92.185:9206' # 赵福海 ( 设备类型)
# VITE_proxyTarget = 'http://10.40.92.16:9502' # 牛 (个人中心 基础信息企业申请认证)
diff --git a/src/views/cart/index.vue b/src/views/cart/index.vue
index 54a31af..f3d605c 100644
--- a/src/views/cart/index.vue
+++ b/src/views/cart/index.vue
@@ -271,32 +271,32 @@ onMounted(() => {
// }
// }
const onLeaseDateChange = (value: any, companyIndex: number, goodsIndex: number) => {
- // if (!value) {
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].rentBeginTime = ''
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].rentEndTime = ''
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].days = 0
- // } else {
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].rentBeginTime = value[0]
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].rentEndTime = value[1]
- // cardList.value[companyIndex].devInfoVoList[goodsIndex].days = moment(value[1]).diff(
- // value[0],
- // 'day',
- // )
- // }
+ if (!value) {
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].rentBeginTime = ''
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].rentEndTime = ''
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].days = 0
+ } else {
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].rentBeginTime = value[0]
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].rentEndTime = value[1]
+ cardList.value[companyIndex].devInfoVoList[goodsIndex].days = moment(value[1]).diff(
+ value[0],
+ 'day',
+ )
+ }
- cardList.value.forEach((e: any) => {
- e.devInfoVoList.forEach((j: any) => {
- if (!value) {
- j.rentBeginTime = ''
- j.rentEndTime = ''
- j.days = 0
- } else {
- j.rentBeginTime = value[0]
- j.rentEndTime = value[1]
- j.days = moment(value[1]).diff(value[0], 'day')
- }
- })
- })
+ // cardList.value.forEach((e: any) => {
+ // e.devInfoVoList.forEach((j: any) => {
+ // if (!value) {
+ // j.rentBeginTime = ''
+ // j.rentEndTime = ''
+ // j.days = 0
+ // } else {
+ // j.rentBeginTime = value[0]
+ // j.rentEndTime = value[1]
+ // j.days = moment(value[1]).diff(value[0], 'day')
+ // }
+ // })
+ // })
}
// 删除按钮
diff --git a/src/views/user/orderManagement/components/order-details.vue b/src/views/user/orderManagement/components/order-details.vue
index ee24428..b807c1b 100644
--- a/src/views/user/orderManagement/components/order-details.vue
+++ b/src/views/user/orderManagement/components/order-details.vue
@@ -369,6 +369,7 @@ if (props.orderStatus == 7) {
? 'border-bottom:1px solid #eee'
: ''
"
+ style="min-height: 140px"
>