diff --git a/src/main/resources/views/platform/zhgh/archive/docType/index.html b/src/main/resources/views/platform/zhgh/archive/docType/index.html
new file mode 100644
index 00000000..00cd24c5
--- /dev/null
+++ b/src/main/resources/views/platform/zhgh/archive/docType/index.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增类型
+
+
+
+
+
+
+ {{row.projectStageLabel}}
+
+
+
+
+
+
+
+ {{row.requiredFlag ? '必选' : '非必选'}}
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
diff --git a/src/main/resources/views/platform/zhgh/archive/filing/index.html b/src/main/resources/views/platform/zhgh/archive/filing/index.html
new file mode 100644
index 00000000..1008ad8d
--- /dev/null
+++ b/src/main/resources/views/platform/zhgh/archive/filing/index.html
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{currentProject.projectName}}
+
+ {{currentProject.statusLabel}}
+
+
+
+ 年度:{{currentProject.year}}
+ 所属工会:{{currentProject.unionName}}
+ 归档文档:{{currentProject.documentCount || 0}}
+
+
+
+
+
+
+
+ 新增归档文档
+
+
+
+
+
+
+ {{row.projectStageLabel}}
+
+
+
+
+ {{row.docTypeName || "-"}}
+ 必选
+
+
+
+
+ {{row.uploadTime ? $moment(row.uploadTime).format("YYYY-MM-DD HH:mm") : "-"}}
+
+
+
+ {{fileCount(row.files)}} 个
+
+
+
+
+ {{row.statusLabel}}
+
+
+
+
+ 查看
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关闭
+
+ 保存草稿
+ 提交归档
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/views/platform/zhgh/archive/project/index.html b/src/main/resources/views/platform/zhgh/archive/project/index.html
new file mode 100644
index 00000000..c8a839fc
--- /dev/null
+++ b/src/main/resources/views/platform/zhgh/archive/project/index.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新建项目
+
+
+
+
+
+
+
+
+ {{row.statusLabel}}
+
+
+
+
+
+ {{$moment(row.createdAt).format("YYYY-MM-DD HH:mm")}}
+
+
+
+ 编辑
+ 资料归档
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+