From 203866421b4ba5a27301b2c42a91ef05b3b23b80 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Wed, 27 Nov 2024 10:07:39 +0800 Subject: [PATCH] =?UTF-8?q?fit:=20=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E4=BC=9A=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/file/list.vue | 3 +- src/components/home/work/my-todo.vue | 2 + src/components/negative/apply-countersign.vue | 88 +++++++++++ .../negative/approve-description.vue | 2 +- .../negative/confirmation-completion.vue | 143 +++++++++--------- .../negative/countersign-description.vue | 82 ++++++++++ src/components/negative/countersign.vue | 33 ++++ src/components/negative/dialog.vue | 23 ++- .../negative/verify-description.vue | 7 + src/enums/flowEnums.ts | 1 + src/utils/flow.ts | 2 + 11 files changed, 312 insertions(+), 74 deletions(-) create mode 100644 src/components/negative/apply-countersign.vue create mode 100644 src/components/negative/countersign-description.vue create mode 100644 src/components/negative/countersign.vue diff --git a/src/components/file/list.vue b/src/components/file/list.vue index cbebcae..7e9caf5 100644 --- a/src/components/file/list.vue +++ b/src/components/file/list.vue @@ -129,8 +129,7 @@ diff --git a/src/components/negative/apply-countersign.vue b/src/components/negative/apply-countersign.vue new file mode 100644 index 0000000..f9b70af --- /dev/null +++ b/src/components/negative/apply-countersign.vue @@ -0,0 +1,88 @@ + + \ No newline at end of file diff --git a/src/components/negative/approve-description.vue b/src/components/negative/approve-description.vue index ad11e49..7a94523 100644 --- a/src/components/negative/approve-description.vue +++ b/src/components/negative/approve-description.vue @@ -60,7 +60,7 @@ console.log("approves", approves); \ No newline at end of file diff --git a/src/components/negative/countersign.vue b/src/components/negative/countersign.vue new file mode 100644 index 0000000..16851fa --- /dev/null +++ b/src/components/negative/countersign.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file diff --git a/src/components/negative/dialog.vue b/src/components/negative/dialog.vue index b33f210..21aa1ce 100644 --- a/src/components/negative/dialog.vue +++ b/src/components/negative/dialog.vue @@ -138,6 +138,17 @@ + + @@ -193,6 +204,12 @@ @submit="handleSubmitExecute" /> +