dedsudiyu преди 3 месеца
родител
ревизия
bb4f769119
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/views/safetyOverview/pageList/subComponentsTable.vue

+ 4 - 4
src/views/safetyOverview/pageList/subComponentsTable.vue

@@ -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="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="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>
         <pagination :page-sizes="[20, 30, 40, 50]"
                     v-show="total>0"