餐饮油烟智能监测与监管一体化平台
feiyu02
6 天以前 ccc970e575ef3f3e5c67af8da210263f4ac549f9
src/views/monitor/DataException.vue
@@ -6,7 +6,7 @@
        <el-collapse-item name="1">
          <template #title>
            <div class="search-header">
              <h3>查询条件</h3>
              <h3>预警范围</h3>
              <span v-if="!isSearchExpanded" class="search-summary">
                {{ getSearchSummary() }}
              </span>
@@ -188,7 +188,7 @@
        <el-collapse-item name="1">
          <template #title>
            <div class="collapse-title">
              <h4 class="table-title">异常数据</h4>
              <h4 class="table-title">预警记录</h4>
            </div>
          </template>
          <el-card v-show="!isNoData">
@@ -627,7 +627,7 @@
      return summary
    },
    // 功能:对话框表格序号递增
    // 时间:2023-8-17
    // 时间:2025-8-17
    indexMethod(index) {
      return index + 1
    },