|
|
@ -123,10 +123,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- table区域-begin --> |
|
|
|
<!-- table区域-begin --> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> |
|
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> |
|
|
|
<i class="anticon anticon-info-circle ant-alert-icon"></i>已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 |
|
|
|
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i>已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 --> |
|
|
|
<a style="margin-left: 24px" @click="onClearSelected">清空</a> |
|
|
|
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> |
|
|
|
</div> |
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
|
|
|
|
<a-table |
|
|
|
<a-table |
|
|
|
ref="table" |
|
|
|
ref="table" |
|
|
@ -138,7 +138,6 @@ |
|
|
|
:pagination="ipagination" |
|
|
|
:pagination="ipagination" |
|
|
|
:loading="loading" |
|
|
|
:loading="loading" |
|
|
|
:scroll="{ y: 450 }" |
|
|
|
:scroll="{ y: 450 }" |
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
|
|
|
@change="handleTableChange" |
|
|
|
@change="handleTableChange" |
|
|
|
> |
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|