第二步:标题会显示所有数据的总数
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
v-show="statusStore.uiComponents.disasterChainPointShow.show"
|
||||
>
|
||||
<header class="table-title">
|
||||
<span>灾害链影响点列表</span>
|
||||
<span>灾害链影响点列表({{ props.totalDataCount ?? props.tableDataList.length }})</span>
|
||||
</header>
|
||||
|
||||
<!-- 搜索 -->
|
||||
@@ -92,6 +92,7 @@
|
||||
tableDataList: Point[];
|
||||
tableColumns: { title: string; key: string }[];
|
||||
pageOption: PaginationType;
|
||||
totalDataCount?: number; // 所有数据的总数
|
||||
}>();
|
||||
|
||||
// 接收父组件方法
|
||||
|
||||
Reference in New Issue
Block a user