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" > @@ -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 @@ + + + + +