yanghao пре 1 дан
родитељ
комит
045b8cd588
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      src/views/pms/stat/rhkb/deviceList.vue

+ 4 - 3
src/views/pms/stat/rhkb/deviceList.vue

@@ -144,12 +144,13 @@ onMounted(() => {
         :height="tableHeight"
         element-loading-text="加载中..."
         element-loading-background="rgb(222 236 252 / 72%)"
+        border
         class="device-list-table"
         :class="{ 'device-list-table--full': props.pageMode === 'full' }"
         @row-click="handleRowClick">
         <el-table-column prop="projectDeptName" label="项目部" width="140" align="center" />
         <el-table-column prop="teamCount" label="队伍总数" width="124" align="center" />
-        <el-table-column prop="dmTeamCount" label="驻地待命" width="124" align="center" />
+        <el-table-column prop="dmTeamCount" label="待命" width="124" align="center" />
         <el-table-column prop="zbTeamCount" label="施工准备" width="124" align="center" />
         <el-table-column prop="sgTeamCount" label="施工队伍" width="124" align="center" />
         <el-table-column label="注入量(万方)" width="170" align="center">
@@ -248,13 +249,13 @@ onMounted(() => {
   :deep(.el-table__header-wrapper th.el-table__cell) {
     color: #10233c;
     background: #b5cde7;
-    border-color: rgb(255 255 255 / 62%);
+    border-color: #fff;
   }
 
   :deep(.el-table__body td.el-table__cell) {
     color: #07192c;
     background: #89b3de;
-    border-color: rgb(255 255 255 / 62%);
+    border-color: #fff;
   }
 
   :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {