【fix bug】列表头上的统计默认去除

This commit is contained in:
梁琦涛
2023-03-15 09:12:56 +08:00
parent f5fe42a6d4
commit 131cbd9765
2 changed files with 3 additions and 11 deletions
@@ -140,10 +140,6 @@
<!-- table区域-begin -->
<div>
<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>项
<a style="margin-left: 24px" @click="onClearSelected">清空</a>
</div>
<a-table
ref="table"
@@ -423,4 +419,4 @@
</script>
<style scoped>
@import '~@assets/less/common.less';
</style>
</style>
@@ -64,10 +64,6 @@
<!-- table区域-begin -->
<div>
<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>项
<a style="margin-left: 24px" @click="onClearSelected">清空</a>
</div>
<a-table
ref="table"
@@ -164,10 +160,10 @@
}
},
methods: {
}
}
</script>
<style scoped>
@import '~@assets/less/common.less';
</style>
</style>