zhanghua
2023-05-30 08c2c3aea346fc8b838cd04918b7864592ac079b
src/views/operate/disposal/casepool/learn/index.vue
@@ -65,7 +65,7 @@
          <el-table-column prop="eventSource" label="问题来源" min-width="7">
            <template slot-scope="scope">
              <span>{{
                scope.row.eventSource === 2 ? "人工上报" : "视频巡查"
                scope.row.eventSource === 2 ? "网格巡查" : "视频巡查"
              }}</span>
            </template>
          </el-table-column>