xiangpei
2024-07-26 f90be871356e2b7e2f13ee2d69effc8bd5802458
工单下发明显展示点位为重点点位、下发人、下发时间
2个文件已修改
11 ■■■■■ 已修改文件
src/views/screen/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/distribute/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/index.vue
@@ -35,10 +35,11 @@
  -webkit-user-select: none;
}
.screen {
  background: url('../../assets/images/screen/pageBg1.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #033c76 !important;
  //background: url('../../assets/images/screen/pageBg1.jpg') !important;
  //background-size: cover !important;
  //background-repeat: no-repeat !important;
  //background-position: center center !important;
}
</style>
src/views/system/work-order/distribute/index.vue
@@ -110,6 +110,8 @@
          <el-table-column label="故障类型" align="center" prop="errorType"/>
          <el-table-column label="运维单位" align="center" prop="unitName"/>
          <el-table-column label="产生时间" align="center" prop="createTime"/>
          <el-table-column v-show="queryParams.status === 'DISTRIBUTED'" label="下发人" align="center" prop="realName"/>
          <el-table-column v-show="queryParams.status === 'DISTRIBUTED'" label="下发时间" align="center" prop="distributeTime"/>
        </el-table>
        <pagination