src/sfc/ExceptionType.vue
@@ -32,8 +32,8 @@
                // this.exceptionType = response.data.data
                response.data.data.forEach(item => {
                    this.exceptionType.push(item.exceptionType)
                });
                // console.log('获取到的异常类型:',this.exceptionType);
                let a = ['0','1','2','3','4','5','6','7']
                a.forEach(item=>{
                  if(this.exceptionType.indexOf(item) == -1){
@@ -91,7 +91,6 @@
    display: flex; 
}
.exception-text {
  // font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-top: 5px;