From 728ad279f9bf97fcda1950dfe17544d8d9940e14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Tue, 28 Feb 2023 14:03:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/certificate.js | 2 +-
src/views/system/certificate/index.vue | 637 +++++++++++++++++++++
src/views/system/groupQrCodeInfo/index.vue | 96 ++--
src/views/system/stationAvatar/index.vue | 4 +
4 files changed, 706 insertions(+), 33 deletions(-)
create mode 100644 src/views/system/certificate/index.vue
diff --git a/src/api/system/certificate.js b/src/api/system/certificate.js
index d28fbef..5c291f8 100644
--- a/src/api/system/certificate.js
+++ b/src/api/system/certificate.js
@@ -37,7 +37,7 @@ export function addCertificate(data) {
export function updateCertificate(data) {
return request({
url: '/system/certificate/edit',
- method: 'put',
+ method: 'post',
data: data
})
}
diff --git a/src/views/system/certificate/index.vue b/src/views/system/certificate/index.vue
new file mode 100644
index 0000000..ff5a6e7
--- /dev/null
+++ b/src/views/system/certificate/index.vue
@@ -0,0 +1,637 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+ {{ form.personName }}
+ {{ form.personName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/groupQrCodeInfo/index.vue b/src/views/system/groupQrCodeInfo/index.vue
index 0829a65..3791ade 100644
--- a/src/views/system/groupQrCodeInfo/index.vue
+++ b/src/views/system/groupQrCodeInfo/index.vue
@@ -24,24 +24,21 @@
@keyup.enter.native="handleQuery"
/>
-
+
+
-
-
-
-
-
+
+
+
-
+
@@ -222,6 +214,7 @@