diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index 74f57ddb..062e9aa2 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -55,6 +55,10 @@ todo: need an editable control at every level for proper test of partical update todo: need the state control at least enough to test as it's a critical part todo: need dirty tracking stuff for each level to set / check so top level save can know what to update + + USAGE NOTES: + v-if should always be as high up as possible for performance, so don't let a component decide to render, make the parent do the v-if!! + e.g. don't let a GzWoItemParts component check if it should display, instead do it in here -->
- viz: {{ pvm.subRights.states.visible }} {{ $ay.t("WorkOrderStatus") }}
- {{ lastState }} + +