oak-general-business/es/components/userRelation/upsert/onUser/index.xml

9 lines
451 B
XML

<l-card l-class="card" type="avatar" image="{{avatar}}" title="{{name || nickname || '未设置'}}" description="{{mobile}}">
<view class="list-item">
<view class="label">权限:</view>
<view class="relation-box">
<user-relations oakPath="{{oakFullpath + '.userRelation$user' }}" oakAutoUnmount="{{true}}" entity="{{entity}}" entityId="{{entityId}}" relations="{{relations}}" />
</view>
</view>
</l-card>