|
@@ -34,17 +34,17 @@
|
|
|
数据导出<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
</el-button>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item command="1">导出已检</el-dropdown-item>
|
|
|
- <el-dropdown-item command="0">导出未检</el-dropdown-item>
|
|
|
+ <el-dropdown-item command="1">导出已报平安</el-dropdown-item>
|
|
|
+ <el-dropdown-item command="0">导出未报平安</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
- <el-tag style="margin: 0 20px 20px 20px">应检:{{ num && num.totalCount }}</el-tag>
|
|
|
- <el-tag style="margin: 0 20px 20px 20px" type="success">已检:{{ num && num.detectedCount }}</el-tag>
|
|
|
- <el-tag type="danger">未检: {{ num && num.undetectedCount }}</el-tag>
|
|
|
+ <el-tag style="margin: 0 20px 20px 20px">应报平安人数:{{ num && num.totalCount }}</el-tag>
|
|
|
+ <el-tag style="margin: 0 20px 20px 20px" type="success">已报平安人数:{{ num && num.detectedCount }}</el-tag>
|
|
|
+ <el-tag type="danger">未报平安人数: {{ num && num.undetectedCount }}</el-tag>
|
|
|
</div>
|
|
|
<el-tabs type="card" @tab-click="tabClick" v-model="isName">
|
|
|
- <el-tab-pane label="已检" name="1"></el-tab-pane>
|
|
|
- <el-tab-pane label="未检" name="0"></el-tab-pane>
|
|
|
+ <el-tab-pane label="已报平安" name="1"></el-tab-pane>
|
|
|
+ <el-tab-pane label="未报平安" name="0"></el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<el-table
|
|
|
v-loading="loading"
|