Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/components/community/cityAreaTree/cityAreaTree.html
2025-12-09 20:22:03 +08:00

18 lines
1.0 KiB
HTML

<div class="bg-white margin-top-xs padding border-radius">
<div class=" ">
<button type="button" v-if="cityAreaTreeInfo.curCityArea.areaLevel != '303'" class="btn btn-white btn-sm" v-on:click="_openAddCityAreaModal()" >
<vc:i18n name="添加" namespace="cityAreaTree"></vc:i18n>
</button>
<button type="button" class="btn btn-white btn-sm" v-if="cityAreaTreeInfo.curCityArea.areaCode != '0'" v-on:click="_openEditCityAreaTreeModel()" >
<vc:i18n name="修改" namespace="cityAreaTree"></vc:i18n>
</button>
<button type="button" class="btn btn-white btn-sm" v-if="cityAreaTreeInfo.curCityArea.areaCode != '0'" v-on:click="_openDeleteCityAreaTreeModel()" >
<vc:i18n name="删除" namespace="cityAreaTree"></vc:i18n>
</button>
</div>
<div id="jstree_org" class="margin-top">
</div>
<vc:create path="community/addCityArea"></vc:create>
<vc:create path="community/editCityArea"></vc:create>
<vc:create path="community/deleteCityArea"></vc:create>
</div>