diff --git a/src/views/projectFront/laborManage/personModule/laborComponent.vue b/src/views/projectFront/laborManage/personModule/laborComponent.vue index 2acf33be..758ab002 100644 --- a/src/views/projectFront/laborManage/personModule/laborComponent.vue +++ b/src/views/projectFront/laborManage/personModule/laborComponent.vue @@ -541,7 +541,7 @@ 'valuesColor', row.sendSuccessStatus === 1 ? 'green' - : row.sendSuccessStatus === 2 + : row.sendSuccessStatus === 2 || row.sendSuccessStatus === 4 ? 'red' : row.sendSuccessStatus === 3 ? 'yellow' @@ -554,7 +554,8 @@ : row.sendSuccessStatus === 2 ? "失败" : row.sendSuccessStatus === 3 - ? "部分成功" + ? "部分成功" : row.sendSuccessStatus === 4 + ? "未下发" : "" }}