src/views/screen/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/work-order/distribute/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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