Ver Fonte

fix: 人脸识别框绘制
1. 修复人脸识别类型的显示陌生人效果

kindring há 1 ano atrás
pai
commit
8725605881
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      web_src/src/components/bell.vue

+ 1 - 1
web_src/src/components/bell.vue

@@ -71,7 +71,7 @@
             header-row-class-name="table-header"
             @sort-change="tableSortChange"
         >
-          <el-table-column label="是否识别" v-if="aiTypeVal == '1'">
+          <el-table-column label="是否识别" v-if="aiTypeVal == '01'">
             <template slot-scope="scope">
               <span>{{ parseAlarmType(scope.row.alarmType) }}</span>
             </template>