|
@@ -31,7 +31,8 @@
|
|
|
<a-button @click="handleExport">批量导出</a-button>
|
|
|
<a-button @click="handleToggleOrg(true, selectIds)">批量启用</a-button>
|
|
|
<a-button @click="handleToggleOrg(false, selectIds)">批量禁用</a-button>
|
|
|
- <a-button @click="handleDelOrg(selectIds)">批量删除</a-button>
|
|
|
+ <!-- 不做删除 https://zentao2.qmth.com.cn/bug-view-2612.html -->
|
|
|
+ <!-- <a-button @click="handleDelOrg(selectIds)">批量删除</a-button> -->
|
|
|
</div>
|
|
|
|
|
|
<div class="tw-bg-white tw-p-5 tw-rounded-xl">
|
|
@@ -60,7 +61,7 @@
|
|
|
<a-button @click="handleToggleOrg(!record.enable, [record.id])">
|
|
|
{{ record.enable ? "禁用" : "启用" }}
|
|
|
</a-button>
|
|
|
- <a-button @click="handleDelOrg([record.id])">删除</a-button>
|
|
|
+ <!-- <a-button @click="handleDelOrg([record.id])">删除</a-button> -->
|
|
|
</span>
|
|
|
</template>
|
|
|
</a-table>
|