This commit is contained in:
2021-04-09 19:05:34 +00:00
parent 6f2676ecd2
commit 4da4b3331b
2 changed files with 57 additions and 41 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div v-if="value != null">
selected row: {{ selectedRow }}
<!-- Title and menu -->
<v-col cols="12">
<v-menu offset-y>
@@ -84,6 +83,7 @@
v-if="pvm.subRights.scheduledUsers.visible"
v-model="value"
:pvm="pvm"
:active-wo-item-index="activeItemIndex"
data-cy="woItemScheduledUsers"
/>
</template>