|
@@ -40,10 +40,10 @@
|
|
<el-table-column align="center" sortable="custom" label="使用数" prop="subUseCount" width="240" show-overflow-tooltip/>
|
|
<el-table-column align="center" sortable="custom" label="使用数" prop="subUseCount" width="240" show-overflow-tooltip/>
|
|
<el-table-column align="center" sortable="custom" label="空闲数" prop="subFreeCount" width="240" show-overflow-tooltip/>
|
|
<el-table-column align="center" sortable="custom" label="空闲数" prop="subFreeCount" width="240" show-overflow-tooltip/>
|
|
<el-table-column align="center" sortable="custom" label="异常数" prop="subUnusualCount" width="240" show-overflow-tooltip/>
|
|
<el-table-column align="center" sortable="custom" label="异常数" prop="subUnusualCount" width="240" show-overflow-tooltip/>
|
|
- <el-table-column align="center" sortable="custom" label="一级" prop="subLevelOneCount" width="240" show-overflow-tooltip/>
|
|
|
|
- <el-table-column align="center" sortable="custom" label="二级" prop="subLevelTwoCount" width="240" show-overflow-tooltip/>
|
|
|
|
- <el-table-column align="center" sortable="custom" label="三级" prop="subLevelThreeCount" width="240" show-overflow-tooltip/>
|
|
|
|
- <el-table-column align="center" sortable="custom" label="四级" prop="subLevelFourCount" width="240" show-overflow-tooltip/>
|
|
|
|
|
|
+ <el-table-column align="center" sortable="custom" label="I级" prop="subLevelOneCount" width="240" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column align="center" sortable="custom" label="II级" prop="subLevelTwoCount" width="240" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column align="center" sortable="custom" label="III级" prop="subLevelThreeCount" width="240" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column align="center" sortable="custom" label="IV级" prop="subLevelFourCount" width="240" show-overflow-tooltip/>
|
|
</el-table>
|
|
</el-table>
|
|
<pagination :page-sizes="[20, 30, 40, 50]"
|
|
<pagination :page-sizes="[20, 30, 40, 50]"
|
|
v-show="total>0"
|
|
v-show="total>0"
|