zhanghua
2023-09-26 227f1be31f28308de0ee7ce86cdc88f2c9aae1cd
bug修改
2个文件已修改
4 ■■■■ 已修改文件
src/views/intelligentPatrol/studyJudge/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/studyJudge/tablePage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/studyJudge/index.vue
@@ -102,7 +102,7 @@
              >
            </div>
            <div class="card-header">
              <span>报警记录--{{ currentEvent.algoName }}</span>
              <span>报警记录--{{ currentEvent.alarmName }}</span>
            </div>
            <el-form
              ref="currentEvent"
src/views/intelligentPatrol/studyJudge/tablePage.vue
@@ -61,7 +61,7 @@
      </el-table-column>
      <el-table-column prop="eventSource" label="事件类型" min-width="8">
        <template slot-scope="scope">
          <span>{{ scope.row.algoName }}</span>
          <span>{{ scope.row.alarmName }}</span>
        </template>
      </el-table-column>
      <el-table-column prop="alarmTime" label="报警时间" min-width="15">