zhanghua
2023-09-26 227f1be31f28308de0ee7ce86cdc88f2c9aae1cd
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>