hide workflow req registry for emp
This commit is contained in:
parent
5b80750489
commit
fd32e84b83
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import type { DataOption } from "@/modules/10_registry/interface/index/Main";
|
||||||
import Workflow from "@/components/Workflow/Main.vue";
|
import Workflow from "@/components/Workflow/Main.vue";
|
||||||
|
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
const link = ref<string>('')
|
const link = ref<string>("");
|
||||||
const store = useRequestEditStore();
|
const store = useRequestEditStore();
|
||||||
const dataStore = useDataStore();
|
const dataStore = useDataStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
@ -313,6 +313,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
<div class="col-12 q-mt-sm">
|
<div class="col-12 q-mt-sm">
|
||||||
<Workflow
|
<Workflow
|
||||||
|
v-if="dataStore.officerType === 'OFFICER'"
|
||||||
ref="workflowRef"
|
ref="workflowRef"
|
||||||
:id="requestId"
|
:id="requestId"
|
||||||
sys-name="REGISTRY_PROFILE"
|
sys-name="REGISTRY_PROFILE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue