From 7869ff4e6afaf5e628712f49ffe7a6940540582c Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Fri, 17 May 2024 21:26:15 +0800
Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=A1=B9=E7=9B=AE=E5=BD=92=E6=A1=A3?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/PopoverDelete.vue | 4 +-
.../project-management/filing/attachment.vue | 72 ++++++++++
.../project-management/filing/conclusion.vue | 133 ++++++++++++++++++
.../project-management/filing/detail.vue | 50 +++++++
4 files changed, 257 insertions(+), 2 deletions(-)
create mode 100644 src/views/project-management/filing/attachment.vue
create mode 100644 src/views/project-management/filing/conclusion.vue
create mode 100644 src/views/project-management/filing/detail.vue
diff --git a/src/components/PopoverDelete.vue b/src/components/PopoverDelete.vue
index 8dbd829..4c04031 100644
--- a/src/components/PopoverDelete.vue
+++ b/src/components/PopoverDelete.vue
@@ -9,7 +9,7 @@
@cancel="handleCancel"
>
-
+
{{ btnText }}
@@ -24,7 +24,7 @@ const props = defineProps({
},
btnType: {
type: String,
- default: 'text'
+ default: 'danger'
},
type: {
type: String,
diff --git a/src/views/project-management/filing/attachment.vue b/src/views/project-management/filing/attachment.vue
new file mode 100644
index 0000000..cb7a5cc
--- /dev/null
+++ b/src/views/project-management/filing/attachment.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/project-management/filing/conclusion.vue b/src/views/project-management/filing/conclusion.vue
new file mode 100644
index 0000000..d69bf9b
--- /dev/null
+++ b/src/views/project-management/filing/conclusion.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
diff --git a/src/views/project-management/filing/detail.vue b/src/views/project-management/filing/detail.vue
new file mode 100644
index 0000000..30c9220
--- /dev/null
+++ b/src/views/project-management/filing/detail.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+