zhanghua
2023-12-13 9698cd8b7b1c280d5a533c3a1ddc73771da07ffc
src/views/operate/viewEvent/index.vue
@@ -108,7 +108,7 @@
          <el-table-column prop="eventSource" label="问题来源" min-width="8">
            <template v-if="scope.row.eventSource" slot-scope="scope">
              <span>{{
                scope.row.eventSource === 2 ? "人工上报" : "视频巡查"
                scope.row.eventSource === 2 ? "网格巡查" : "视频巡查"
              }}</span>
            </template>
          </el-table-column>