zhanghua
2023-11-13 2b6f255b97dba15d22b86319e2f38f6efac417cc
src/views/operate/disposal/casepool/dispatch/index.vue
@@ -61,7 +61,7 @@
          <el-table-column prop="eventSource" label="问题来源" min-width="8">
            <template slot-scope="scope">
              <span>{{
                scope.row.eventSource === 2 ? "人工上报" : "视频巡查"
                scope.row.eventSource === 2 ? "网格巡查" : "视频巡查"
              }}</span>
            </template>
          </el-table-column>
@@ -566,8 +566,8 @@
      .is-active {
        // background-color: #070f22;
        border-radius: 4px;
        color: #333;
        font-size: 500;
        color: red;
        font-weight: 700;
      }
    }