From f7373ab33a33fc1bbd3f1c056a07b13d271065d7 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 24 十一月 2023 08:51:47 +0800 Subject: [PATCH] 1.修改了飞行巡检的异常聚集度和复现率的描述,当具体异常数为0时,不显示该异常描述。 2.修改低中高风险文字 对应的绿黄红颜色 3.调整了跳转到飞行巡检页面时的布局 --- src/views/exception/components/CompFlightInspection.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/exception/components/CompFlightInspection.vue b/src/views/exception/components/CompFlightInspection.vue index 01b7aea..b2dbd4f 100644 --- a/src/views/exception/components/CompFlightInspection.vue +++ b/src/views/exception/components/CompFlightInspection.vue @@ -1251,7 +1251,6 @@ <span v-show="tableCurrentRowData.exceptionType == '0'"> (閫昏緫璁$畻)</span> </el-tag> <el-text v-show="tableCurrentRowData.exceptionType == '8'" type="warning" class="dialog-footer-text">鏁版嵁鏍囪瘑A涓烘暟鎹暱鏈熺己澶�,绯荤粺鑷姩琛ュ叏</el-text> - <!-- <el-text class="mx-1" type="warning">Warning</el-text> --> </div> </template> </el-dialog> -- Gitblit v1.9.3