This commit is contained in:
@@ -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>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user