mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
18 lines
731 B
HTML
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> |