odc.xiaohui
2022-12-15 426c8b34e6c0a6f97de69864c537cf5e0d7dbb08
src/views/operate/viewEvent/index.vue
@@ -88,7 +88,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>