zhanghua
2024-03-12 a3b4eb017a0f948348ef7732267c7ed0d4bca8c0
src/views/operate/management/myIndex/index.vue
@@ -45,7 +45,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>
@@ -455,7 +455,7 @@
.userList {
  text-align: left;
  padding: 10px 20px;
  color: #4b9bb7;
  // color: #4b9bb7;
  border: 1px solid #ccc;
  header {
    // background-color: #09152f;
@@ -592,9 +592,9 @@
    // background: #06122c;
    // }
    .el-table::v-deep .success-row {
      background: #071f39;
    }
    // .el-table::v-deep .success-row {
    //   background: #071f39;
    // }
    &::v-deep .switchStyle .el-switch__label {
      position: absolute;