注释页面统计数据,后期添加数据看板
This commit is contained in:
parent
0b4c030111
commit
ab4f919f09
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-row style="margin-bottom: 10px;">
|
||||
<!-- <el-row style="margin-bottom: 10px;">
|
||||
<el-col :span="6">
|
||||
<div class="top-view">
|
||||
<div class="flex-between" style="width: 80%;margin: 6px auto;">
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
||||
<el-form-item label="身份证号" prop="idNumber">
|
||||
<el-input
|
||||
|
|
|
|||
|
|
@ -46,10 +46,10 @@
|
|||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
<div style="width: 98%;margin: 10px;display: flex;justify-content: flex-end;">
|
||||
<!-- <div style="width: 98%;margin: 10px;display: flex;justify-content: flex-end;">
|
||||
<span style="font-weight: bold;">过期数量:{{statisticsData.overdNum}}</span>
|
||||
<span style="font-weight: bold;margin-left: 20px;">临期数量:{{statisticsData.overNum}}</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<el-table v-loading="loading" :data="tableListData" height="800">
|
||||
<el-table-column label="序号" align="center" width="80" type="index">
|
||||
<template scope="scope">
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@
|
|||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
<div style="width: 98%;margin: 10px;display: flex;flex-direction: column;align-items: flex-end;">
|
||||
<!-- <div style="width: 98%;margin: 10px;display: flex;flex-direction: column;align-items: flex-end;">
|
||||
<div style="font-weight: bold;">存证任务数/已完成数:{{statistics.saveNum}}/{{statistics.savedNum}}</div>
|
||||
<div style="font-weight: bold;">取证任务数/已完成数:{{statistics.takeNum}}/{{statistics.takedNum}}</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<el-table v-loading="loading" :data="tableListData" @selection-change="handleSelectionChange" height="800">
|
||||
<el-table-column type="selection" width="60" align="center" fixed="left"/>
|
||||
<el-table-column label="序号" align="center" width="80" type="index" fixed="left">
|
||||
|
|
|
|||
|
|
@ -99,10 +99,10 @@
|
|||
@queryTable="getList"
|
||||
></right-toolbar>
|
||||
</el-row>
|
||||
<div style="width: 98%;margin: 10px;display: flex;justify-content: flex-end;">
|
||||
<!-- <div style="width: 98%;margin: 10px;display: flex;justify-content: flex-end;">
|
||||
<span style="font-weight: bold;">有证人数:{{statistics.ownNum}}</span>
|
||||
<span style="font-weight: bold;margin-left: 20px;">无证人数:{{statistics.unOwnNum}}</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="50" align="center"/>
|
||||
<el-table-column label="序号" align="center" width="80" type="index">
|
||||
|
|
|
|||
Loading…
Reference in New Issue