MicroCommunityWeb/public/components/frame/orgTree/orgTree.html
2022-07-26 00:42:46 +08:00

18 lines
731 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()">
添加
</button>
<button type="button" class="btn btn-white btn-sm" v-on:click="_openEditOrgModel()">
修改
</button>
<button type="button" class="btn btn-white btn-sm" v-on:click="_openDeleteOrgModel()">
删除
</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>