9 lines
409 B
XML
9 lines
409 B
XML
|
|
<view class="container">
|
|
|
|
<onUser style="display: flex;flex-direction: column; flex: 1;" oakAutoUnmount="{{true}}" oakPath="{{oakFullpath ? oakFullpath + '.user' : undefined}}" entity="{{entity}}" entityId="{{entityId}}" relations="{{relations}}" oakId="{{oakId}}" />
|
|
|
|
<l-button disabled="{{!oakDirty}}" size="long" bind:lintap="onConfirm">
|
|
{{t('common::action.confirm')}}
|
|
</l-button>
|
|
</view> |