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(() => {
- - - -
-