|
@@ -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>
|