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