diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
index d94c6bf..d2f3ceb 100644
--- a/src/assets/styles/index.scss
+++ b/src/assets/styles/index.scss
@@ -547,4 +547,5 @@ html, body, #app, .el-container, .el-aside, .el-main {
position: fixed;
bottom: 15px;
right: 15px;
+ z-index: 5;
}
diff --git a/src/fvcomponents/fvTable/index.vue b/src/fvcomponents/fvTable/index.vue
index 9c4b81c..d4137f6 100644
--- a/src/fvcomponents/fvTable/index.vue
+++ b/src/fvcomponents/fvTable/index.vue
@@ -3,10 +3,11 @@
-
@@ -20,9 +21,9 @@
-
-
diff --git a/src/views/project-demand/collection/add.vue b/src/views/project-demand/collection/add.vue
new file mode 100644
index 0000000..ca7d58d
--- /dev/null
+++ b/src/views/project-demand/collection/add.vue
@@ -0,0 +1,314 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 重新提交
+ 返回
+
+
+
+
+
+
+
diff --git a/src/views/project-demand/collection/detail.vue b/src/views/project-demand/collection/detail.vue
new file mode 100644
index 0000000..b6437c4
--- /dev/null
+++ b/src/views/project-demand/collection/detail.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+ {{ formData.requirementName }}
+
+
+
+
+ {{ formData.companyIds }}
+
+
+
+
+ {{ formData.collectType }}
+
+
+
+
+ {{ formData.deadline }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 驳回
+ 同意
+
+
+
+
+
+
+
diff --git a/src/views/project-demand/collection/index.vue b/src/views/project-demand/collection/index.vue
new file mode 100644
index 0000000..bf9575c
--- /dev/null
+++ b/src/views/project-demand/collection/index.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue
new file mode 100644
index 0000000..9591b33
--- /dev/null
+++ b/src/views/project-demand/summary/add.vue
@@ -0,0 +1,182 @@
+
+
+
+ 存为草稿
+ 发布
+
+
+
+
\ No newline at end of file
diff --git a/src/views/project-demand/summary/api/index.js b/src/views/project-demand/summary/api/index.js
new file mode 100644
index 0000000..e7636c7
--- /dev/null
+++ b/src/views/project-demand/summary/api/index.js
@@ -0,0 +1,12 @@
+import request from '@/utils/request'
+
+export const fileUp = (url, data) => {
+ return request({
+ url,
+ method: 'post',
+ data,
+ headers: {
+ 'Content-Type': 'multipart/form-data'
+ }
+ })
+}
\ No newline at end of file
diff --git a/src/views/project-demand/summary/components/FileUpload.vue b/src/views/project-demand/summary/components/FileUpload.vue
new file mode 100644
index 0000000..241e812
--- /dev/null
+++ b/src/views/project-demand/summary/components/FileUpload.vue
@@ -0,0 +1,75 @@
+
+
+
+
+ 拖拽上传/点击上传
+
+
+
+ {{ tip }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/project-demand/summary/index.vue b/src/views/project-demand/summary/index.vue
new file mode 100644
index 0000000..34bfa04
--- /dev/null
+++ b/src/views/project-demand/summary/index.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/project-management/filing/index.vue b/src/views/project-management/filing/index.vue
new file mode 100644
index 0000000..54146d9
--- /dev/null
+++ b/src/views/project-management/filing/index.vue
@@ -0,0 +1,15 @@
+
+
+ 项目归档
+
+
+
+
+
+
diff --git a/src/views/project-management/implementation/index.vue b/src/views/project-management/implementation/index.vue
new file mode 100644
index 0000000..9c8ed39
--- /dev/null
+++ b/src/views/project-management/implementation/index.vue
@@ -0,0 +1,15 @@
+
+
+ 项目实施
+
+
+
+
+
+
diff --git a/src/views/project-management/initiation/apply.vue b/src/views/project-management/initiation/apply.vue
new file mode 100644
index 0000000..25f0fd7
--- /dev/null
+++ b/src/views/project-management/initiation/apply.vue
@@ -0,0 +1,12 @@
+
+
+ 项目立项申请
+
+
+
+
+
+
diff --git a/src/views/project-management/initiation/detail.vue b/src/views/project-management/initiation/detail.vue
new file mode 100644
index 0000000..8ad911c
--- /dev/null
+++ b/src/views/project-management/initiation/detail.vue
@@ -0,0 +1,12 @@
+
+
+ 项目立项详情
+
+
+
+
+
+
diff --git a/src/views/project-management/initiation/edit.vue b/src/views/project-management/initiation/edit.vue
new file mode 100644
index 0000000..94125ec
--- /dev/null
+++ b/src/views/project-management/initiation/edit.vue
@@ -0,0 +1,12 @@
+
+
+ 项目立项编辑
+
+
+
+
+
+
diff --git a/src/views/project-management/initiation/index.vue b/src/views/project-management/initiation/index.vue
new file mode 100644
index 0000000..c7c865f
--- /dev/null
+++ b/src/views/project-management/initiation/index.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue
index 549f320..ca7d58d 100644
--- a/src/views/projectdemand/demandcollection/add.vue
+++ b/src/views/projectdemand/demandcollection/add.vue
@@ -38,7 +38,7 @@
-
+
diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue
index ae71ed9..b6437c4 100644
--- a/src/views/projectdemand/demandcollection/detail.vue
+++ b/src/views/projectdemand/demandcollection/detail.vue
@@ -39,7 +39,7 @@
-
+
diff --git a/src/views/projectdemand/demandcollection/index.vue b/src/views/projectdemand/demandcollection/index.vue
index b660cab..5096d8f 100644
--- a/src/views/projectdemand/demandcollection/index.vue
+++ b/src/views/projectdemand/demandcollection/index.vue
@@ -1,6 +1,10 @@
-
+
+
+
+
+
-
-