This commit is contained in:
2021-04-05 18:55:47 +00:00
parent c5cbc0631c
commit 02e6398637
3 changed files with 13 additions and 4 deletions

View File

@@ -1,9 +1,15 @@
<template>
<div>
viz: {{ pvm.subRights.states.visible }}
<span class="text-caption">{{ $ay.t("WorkOrderStatus") }}</span>
<div>
{{ lastState }}
<template v-if="canAdd">
<h5>editable state here</h5>
{{ lastState }}
</template>
<template v-else>
<h5>read only state here</h5>
{{ lastState }}
</template>
</div>
<!--