取消勾选

This commit is contained in:
lai
2024-07-05 19:38:04 +08:00
parent 21621c2056
commit ca8a4128fb

View File

@@ -500,10 +500,7 @@ onMounted(() => {
<template #icon><DeleteOutlined /></template>
{{ t('views.system.log.operate.delAll') }}
</a-button>
<a-button
type="dashed"
@click.prevent="fnExportList()"
>
<a-button type="dashed" @click.prevent="fnExportList()">
<template #icon><ExportOutlined /></template>
{{ t('common.export') }}
</a-button>
@@ -565,11 +562,6 @@ onMounted(() => {
:size="tableState.size"
:scroll="{ x: tableColumns.length * 150 }"
:pagination="tablePagination"
:row-selection="{
type: 'checkbox',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRowKeys,
}"
>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'businessType'">