소스 검색

Merge branch 'feature_system_space' into dev

wanghao 6 달 전
부모
커밋
e8a58689b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/latency/index.vue

+ 1 - 1
src/views/latency/index.vue

@@ -1000,7 +1000,7 @@ export default {
     },
     status_change(row) {
       if (row.row.events_timestamp != null) {
-        if (row.row.events_timestamp.length > 0 || row.row.status_code == 'STATUS_CODE_ERROR' || row.row.http_code > 399) {
+        if (row.row.status_code == 'STATUS_CODE_ERROR') {
           return 'table-error-row'
         } else {
           return ''