From f95779ae92555095d01a21403e3236ca5b449ccf Mon Sep 17 00:00:00 2001
From: xy <271556543@qq.com>
Date: Fri, 8 Nov 2024 17:51:39 +0800
Subject: [PATCH] 1
---
.env.production | 4 +-
.../components/AddVehicleCertificate.vue | 129 +++++++++++++++++-
src/views/VehicleCertificate/index.vue | 25 +++-
.../attendance/components/MonthStatics.vue | 28 +++-
src/views/document/index.vue | 110 +++++++++++++--
src/views/vehicle/components/AddVehicle.vue | 8 +-
src/views/vehicle/index.vue | 46 +++++--
7 files changed, 307 insertions(+), 43 deletions(-)
diff --git a/.env.production b/.env.production
index 5bd67a0..e9a2f44 100644
--- a/.env.production
+++ b/.env.production
@@ -2,7 +2,7 @@
ENV = 'production'
# base api
-VUE_APP_BASE_API='http://192.168.16.110:8080'
-VUE_APP_UPLOAD_API='http://192.168.16.110:8080/api/upload-file'
+VUE_APP_BASE_API=''
+VUE_APP_UPLOAD_API='/api/upload-file'
VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview
VUE_APP_MODULE_NAME=oa
diff --git a/src/views/VehicleCertificate/components/AddVehicleCertificate.vue b/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
index 98b6b2f..432e9d5 100644
--- a/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
+++ b/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
@@ -1,15 +1,140 @@
+
$emit('update:isShow',e)"
+ >
+
+
+
+
+ {{ item.name }}
+ {{ item.driver }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传
+ 文件大小不超过20Mb
+
+
+
+
+
+
+
+
+ 确认
+
+
diff --git a/src/views/VehicleCertificate/index.vue b/src/views/VehicleCertificate/index.vue
index 57b85b7..5e5b8af 100644
--- a/src/views/VehicleCertificate/index.vue
+++ b/src/views/VehicleCertificate/index.vue
@@ -21,7 +21,7 @@
:data="tableData"
>
-
+
@@ -57,11 +57,12 @@
}"
/>
-
+