This commit is contained in:
2019-12-27 20:30:36 +00:00
parent 49c29dfec6
commit aa29d1d58b
3 changed files with 16 additions and 15 deletions

View File

@@ -1,16 +1,20 @@
<template>
<div>
MRU + depending on role: new workorder, new client, personal workorder list
if scheduleable, or if ops then whatever ops needs or admin whatever they
need etc
<UnderConstruction />
</div>
<UnderConstruction />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
/**
*
*
* <div>
MRU + depending on role: new workorder, new client, personal workorder
list if scheduleable, or if ops then whatever ops needs or admin whatever
they need etc
</div>
*
*
*/
export default {
components: {
UnderConstruction