From ad3e28e7d814d15cf1ab07b5e4d174ae0a8707ec Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 15 Oct 2024 18:05:20 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20=20Workf?= =?UTF-8?q?low?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Workflow/Main.vue | 59 ++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/src/components/Workflow/Main.vue b/src/components/Workflow/Main.vue index 9b784b812..147329051 100644 --- a/src/components/Workflow/Main.vue +++ b/src/components/Workflow/Main.vue @@ -30,6 +30,21 @@ const rowsOperate = ref([ const modalSelectPerson = ref(false); const modalApprove = ref(false); +const itemState = ref([ + { + stateNo: 1, + stateName: "Darft", + }, + { + stateNo: 2, + stateName: "Operate", + }, + { + stateNo: 3, + stateName: "Finish", + }, +]); + function fetchData() { console.log(id, sysName); @@ -75,14 +90,24 @@ onMounted(() => {
- -
+ +
{ color="primary" />
- - - -
+ +
@@ -140,17 +160,6 @@ onMounted(() => {
- - - -
-