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