src/views/exception/components/AnalysisCard.vue
@@ -33,7 +33,7 @@
      default: '异常'
    },
    // 图标地址
    iconsrc: {
    icon: {
      type: String,
      default: '111'
    },
@@ -62,6 +62,7 @@
        type:Boolean,
        default:false
    }
  },
  emits:['getAbnormalDataByClick'],
  components: {
@@ -100,7 +101,8 @@
  <el-card>
    <template #header>
    <div class="icon-text">
      <slot/>
      <!-- <slot/> -->
      <img :src="icon" height="24" width="24" />
      <div class="exception-name">{{ exceptionName }}</div>
      <el-button type="danger" size="small" class="audit-button" v-show="auditButton_1" @click="openDetail">审核</el-button>
    </div>