8 lines
437 B
XML
8 lines
437 B
XML
<view class="body">
|
|
<relation-on-user style="display: flex;flex-direction: column; flex: 1; margin-top: 30rpx" oakAutoUnmount="{{true}}" oakPath="{{oakFullpath + '.user'}}" entity="{{entity}}" entityId="{{entityId}}" relations="{{relations}}" oakId="{{oakId}}" />
|
|
|
|
<view style="flex: 1" />
|
|
<l-button disabled="{{!oakDirty}}" size="long" bind:lintap="onConfirm">
|
|
{{t('common::action.confirm')}}
|
|
</l-button>
|
|
</view> |