|
|
@@ -40,7 +40,7 @@
|
|
|
<Authority value="api:sw:hhgl:add">
|
|
|
<a-button type="primary" @click="handleCreate">新增</a-button>
|
|
|
</Authority>
|
|
|
- <Authority value="api:sw:hhgl:allDdd">
|
|
|
+ <!-- <Authority value="api:sw:hhgl:allDdd">
|
|
|
<Popconfirm
|
|
|
title="您确定要批量删除数据"
|
|
|
ok-text="确定"
|
|
|
@@ -51,7 +51,7 @@
|
|
|
批量删除
|
|
|
</a-button>
|
|
|
</Popconfirm>
|
|
|
- </Authority>
|
|
|
+ </Authority> -->
|
|
|
<Authority>
|
|
|
<a-button type="primary" @click="exportDataFn">导出</a-button>
|
|
|
</Authority>
|
|
|
@@ -338,8 +338,8 @@ const [
|
|
|
});
|
|
|
// 判断表格数据是否选中
|
|
|
const hasSelected = computed(() => {
|
|
|
- const rowSelection = getRowSelection();
|
|
|
- return rowSelection.selectedRowKeys?.length;
|
|
|
+ // const rowSelection = getRowSelection();
|
|
|
+ // return rowSelection.selectedRowKeys?.length;
|
|
|
});
|
|
|
function submitFunc() {
|
|
|
let arr = [];
|