MicroCommunityWeb/public/components/frame/orgTree/orgTree.html
2022-09-22 18:37:00 +08:00

18 lines
985 B
HTML

<div class="bg-white margin-top-xs padding border-radius">
<div class=" ">
<button type="button" class="btn btn-white btn-sm" v-on:click="_openAddOrgModal()" v-if="vc.hasPrivilege('502022082984960001') || vc.hasPrivilege('502022092255500007')">
添加
</button>
<button type="button" class="btn btn-white btn-sm" v-on:click="_openEditOrgModel()" v-if="vc.hasPrivilege('502022082949810002')||vc.hasPrivilege('502022092258810006')">
修改
</button>
<button type="button" class="btn btn-white btn-sm" v-on:click="_openDeleteOrgModel()" v-if="vc.hasPrivilege('502022082943170003')||vc.hasPrivilege('502022092283880005')">
删除
</button>
</div>
<div id="jstree_org" class="margin-top">
</div>
<vc:create path="frame/addOrg" callBackListener="" callBackFunction=""></vc:create>
<vc:create path="frame/editOrg"></vc:create>
<vc:create path="frame/deleteOrg"></vc:create>
</div>