This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
<template>
|
||||
<div>
|
||||
barebones template
|
||||
<h2>WorkOrder items here</h2>
|
||||
<GzWoItemScheduledUsers data-cy="woItemScheduledUsers" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/* XXXeslint-disable */
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-users.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzWoItemScheduledUsers
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user