This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div v-if="pvm != null">
|
||||
<!-- implement the "four states" here -->
|
||||
<!-- HIDDEN, EMPTY, SINGLE, MULTIPLE -->
|
||||
|
||||
<h5 class="ml-12">WorkOrderItemScheduledUsers</h5>
|
||||
<div v-if="pvm.hasSelectedWoItem">
|
||||
{{ value.items[pvm.selectedItemIndex].scheduledUsers }}
|
||||
|
||||
Reference in New Issue
Block a user