This commit is contained in:
2021-04-03 14:29:18 +00:00
parent 6c05a8765a
commit 58af118e13
3 changed files with 47 additions and 3 deletions

View File

@@ -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 }}