This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div v-if="pvm != null">
|
||||
<!-- implement the "four states" here -->
|
||||
<!-- HIDDEN(already taken care of, just three I guess), EMPTY, SINGLE, MULTIPLE -->
|
||||
|
||||
selected row: {{ selectedRow }}
|
||||
<!-- Title and menu -->
|
||||
<v-col cols="12">
|
||||
<v-menu offset-y>
|
||||
@@ -97,17 +95,18 @@
|
||||
></gz-decimal>
|
||||
</v-col>
|
||||
</template>
|
||||
<!-- {{ pvm.hasSelectedScheduledUserItem }}<br />
|
||||
{{ pvm.hasSelectedWoItem }}<br />
|
||||
{{ pvm.selectedScheduledUserItemIndex }}<br />
|
||||
{{ value.items[pvm.selectedItemIndex].scheduledUsers }}<br /> -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/* XXXeslint-disable */
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/*
|
||||
todo: sometimes grid row is not highlighted when edit form is exposed to match
|
||||
I think after a new record is added it's not highlighting, needs some id wizardry I think
|
||||
|
||||
|
||||
*/
|
||||
export default {
|
||||
data() {
|
||||
return { selectedRow: [] };
|
||||
|
||||
Reference in New Issue
Block a user