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