From a808e309b4ffa6b53131f0e61042d6ad9ad51c47 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 1 Aug 2023 10:08:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A1=A3=E6=A1=88=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/information.js | 9 +
pages.json | 9 +
subpkg/archivesDetail/archivesDetail.vue | 221 +++++++++++++++++++++++
3 files changed, 239 insertions(+)
create mode 100644 subpkg/archivesDetail/archivesDetail.vue
diff --git a/api/information.js b/api/information.js
index 93dd84d..476cbd8 100644
--- a/api/information.js
+++ b/api/information.js
@@ -5,3 +5,12 @@ import oahttp from "@/utils/oahttp.js";
*/
export const informationAdd = (data) => oahttp.post('/information/add', data)
+/**
+ * 新增列表
+ */
+export const informationList = (data) => oahttp.get('/information/list', data)
+
+/**
+ * 档案详情
+ */
+export const informationDetails = (data) => oahttp.get('/information/details', data)
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 68bcdd7..7dcb44e 100644
--- a/pages.json
+++ b/pages.json
@@ -346,6 +346,15 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "archivesDetail/archivesDetail",
+ "style": {
+ "navigationBarTitleText": "档案详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#3175f9",
+ "navigationBarTextStyle": "white"
+ }
+
}]
}],
"globalStyle": {
diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue
new file mode 100644
index 0000000..3a6e1ae
--- /dev/null
+++ b/subpkg/archivesDetail/archivesDetail.vue
@@ -0,0 +1,221 @@
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file